You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ antlr4
ANTLR Parser Generator Version 4.0b3
-o <arg> specify output directory where all output is generated
-lib <arg> specify location of grammars, tokens files
-atn generate rule augmented transition network diagrams
-encoding <arg> specify grammar file encoding; e.g., euc-jp
-message-format <arg> specify output style for messages in antlr, gnu, vs2005
-listener generate parse tree listener (default)
-no-listener don't generate parse tree listener
-visitor generate parse tree visitor
-no-visitor don't generate parse tree visitor (default)
-package <arg> specify a package/namespace for the generated code
-depend generate file dependencies
-D<option>=value set/override a grammar-level option
-Werror treat warnings as errors
-Xsave-lexer save temp lexer file created for combined grammars
-XdbgST launch StringTemplate visualizer on generated code
-Xforce-atn use the ATN simulator for all predictions
-Xlog dump lots of logging info to antlr-timestamp.log
-XdbgSTWait wait for STViz to close before continuing
I want to be able to turn warnings to errors while generating parser. But that option is not exposed through the plugin ? The maven plugin for antlr4 allows us to do that.
Here are the lists of command line options.
I want to be able to turn warnings to errors while generating parser. But that option is not exposed through the plugin ? The maven plugin for antlr4 allows us to do that.
cc @ihji
The text was updated successfully, but these errors were encountered: