antlr / antlr4test-maven-plugin

A maven plugin used to test the grammars-v4 repo grammars
BSD 3-Clause "New" or "Revised" License
17 stars 16 forks source link

Make the verbose option shows parsing errors in the log output #23

Closed gilcesarf closed 4 years ago

gilcesarf commented 4 years ago

When verbose is set to true, the plugin could generate in the Maven log output all the parsing errors. This feature is born by the necessity to check specific error conditions when parsing complex grammars.