runantlr (1)
Leading comments
Hey, EMACS:
First parameter, NAME, should be all caps
Second parameter, SECTION, should be 1-8, maybe w/ subsection
other parameters are allowed: see man(7), man(1)
(The comments found at the beginning of the groff file "man1/runantlr.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.
- -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.
AUTHOR
This manual page was written by John Leuner <jewel@debian.org>
SEE ALSO
java(1),
www.antlr.org