teverett / antlr4example

A Java example for Antlr4
58 stars 28 forks source link

missing class files... #61

Open sharifzadeh opened 2 weeks ago

sharifzadeh commented 2 weeks ago

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!

teverett commented 2 weeks ago

The files you are missing are generated files, generated by antlr. To build the project, check out the source and run

mvn clean package