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
…marFileName was not generated properly.
Output is now proper: // Generated from org/antlr/v4/test/runtime/java/api/Java.g4 by ANTLR 4.11.2-SNAPSHOT
Signed-off-by: Terence Parr <parrt@antlr.org>
Somehow the grammarFileName is now messed up. We always get:
no matter what the grammar file name is. Tool code gen is messed up.
Seems to be from the templates. E.g.,
file.grammarFileName
isn't right. Could it be an error in the template engine or object we pass in?The text was updated successfully, but these errors were encountered: