t
antlr 1 "23 Oct 2012"
NAME
antlr - (AN)other (T)ool for (L)anguage (R)ecognition
SYNOPSIS
antlr [ -o outputDir ] [ -glib superGrammar ] [ -debug ] [ -html ] [ -diagnostic ] [ -trace ] [ -traceParser ] [ -traceLexer ] [ -traceTreeParser ]
DESCRIPTION
antlr (AN)other (T)ool for (L)anguage (R)ecognition - formerly known as PCCTS - is a language tool that provides a framework for constructing recognizers, compilers, and translators from grammatical descriptions containing actions in the following languages: Java, C++, C# or Python. For additional information on using antlr, browse the complete HTML documentation at:
file:/usr/share/doc/antlr-2.7.7/index.html

OPTIONS

-o " outputDir" Specify output directory where all output generated.

-glib " superGrammar" 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.

FILES
/usr/share/antlr-2.7.7/antlr.jar
antlr jar file

/usr/share/doc/antlr-2.7.7/index.html

antlr API documentation generated with javadoc.

SEE ALSO
java(1), http://www.antlr2.org/