Rami Ojares
Results
2
issues of
Rami Ojares
Could not determine java version from '14.0.2'
Looking at class org.antlr.v4.gui.TestRig method process() starting at line 123 I noticed that Lexer classname has to be the same as parser classname. line 125: ```String lexerName = grammarName+"Lexer";``` How...