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
I always get auto generated files in a separate "gen" directory where my parser.g4 and lexer.g4 exists. But then this java files conflict together with my original files. And I really want to generate my the files only when I decide to do it with java -cp command.
Would it be an idea to have a property based disable option?
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
-
I always get auto generated files in a separate "gen" directory where my parser.g4 and lexer.g4 exists. But then this java files conflict together with my original files. And I really want to generate my the files only when I decide to do it with java -cp command.
Would it be an idea to have a property based disable option?
Beta Was this translation helpful? Give feedback.
All reactions