Scroll to navigation

ANTLR(1) antlr ANTLR(1)

NAME

ANTLR - ANother Tool for Language Recognition

SYNOPSIS

java antlr.Tool or runantlr ["args"] file.g

DESCRIPTION

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.

specify output directory where all output generated.
specify location of supergrammar file.
launch the ParseView debugger upon parser invocation.
generate an html file from your grammar (minus actions).
generate a textfile with diagnostics.
have all rules call traceIn/traceOut.
have parser rules call traceIn/traceOut.
have lexer rules call traceIn/traceOut.
have tree parser rules call traceIn/traceOut.

AUTHOR

This manual page was written by John Leuner <jewel@debian.org>

SEE ALSO

java(1), http://www.antlr.org/

December 22, 2001 GNU