antlr4example icon indicating copy to clipboard operation
antlr4example copied to clipboard

missing class files...

Open sharifzadeh opened this issue 1 year ago • 1 comments

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!

sharifzadeh avatar Jun 19 '24 15:06 sharifzadeh

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

mvn clean package

teverett avatar Jun 19 '24 16:06 teverett