antlr-tutorial
antlr-tutorial copied to clipboard
FieldParser and FieldLexer not found
I am trying the load the project, but I have the following error.
It is because you did not generate sources for your grammar. From your project directory run the following command:
mvn generate-sources
This will generate those classes in target/generated-sources/antlr4 directory.