antlr4example
antlr4example copied to clipboard
missing class files...
StartRuleContext, Cobol85Lexer, and Cobol85Parser do not exist! can't recognize "import com.khubla.antlr4example.Cobol85Parser.StartRuleContext;"
Next time don't submit codes with errors or missing files!
The files you are missing are generated files, generated by antlr. To build the project, check out the source and run
mvn clean package