DOKK / manpages / debian 10 / antlr / runantlr.1.en
ANTLR(1) antlr ANTLR(1)

ANTLR - ANother Tool for Language Recognition

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

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.

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

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

December 22, 2001 GNU