You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VBA has a small pre-compiler syntax. I think I read that typically, for simplicity, these would be in a separate grammar. I currently have all pre-compiler lines sent to the hidden stream in my main grammar. Should I put the new grammar files in a package within the main grammar files, or as a sibling package, or something else?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
VBA has a small pre-compiler syntax. I think I read that typically, for simplicity, these would be in a separate grammar. I currently have all pre-compiler lines sent to the hidden stream in my main grammar. Should I put the new grammar files in a package within the main grammar files, or as a sibling package, or something else?
Beta Was this translation helpful? Give feedback.
All reactions