ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language tool that provides a
framework for constructing recognizers, compilers, and translators from grammatical descriptions
containing C++ or Java actions.
-ooutputDir
specify output directory where all output generated.
-glibsuperGrammar
specify location of supergrammar file.
-debug launch the ParseView debugger upon parser invocation.
-html generate an html file from your grammar (minus actions).
-diagnostic
generate a textfile with diagnostics.
-trace have all rules call traceIn/traceOut.
-traceParser
have parser rules call traceIn/traceOut.
-traceLexer
have lexer rules call traceIn/traceOut.
-traceTreeParser
have tree parser rules call traceIn/traceOut.