Scroll to navigation

ANTLR(3) antlr ANTLR(3)

NAME

ANTLR - ANother Tool for Language Recognition, version 3

SYNOPSIS

java org.antlr.Tool or antlr3 [args] file.g [ file2.g file3.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.
same as -o but force even files with relative paths to dir.
specify location of token files.
generate file dependencies.
print out a report about the grammar(s) processed.
print out the grammar without actions.
generate a parser that emits debugging events.
generate a parser that computes profiling information.
generate an NFA for each rule.
generate a DFA for each decision point.
specify output style for messages.
generate ANTLR version and other information.
only build if generated files older than grammar.
print the version of ANTLR and exit.
display extended argument list.

AUTHOR

This manual page was written by Ludovic Claude <ludovic.claude@laposte.net>

SEE ALSO

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

June 27, 2010 GNU