logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ANTLR - ANother Tool for Language Recognition

Author

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

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.

       -ooutputDir
              specify output directory where all output generated.

       -glibsuperGrammar
              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.

Name

       ANTLR - ANother Tool for Language Recognition

See Also

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

GNU                                             December 22, 2001                                       ANTLR(1)

Synopsis

javaantlr.Toolorrunantlr ["args"] file.g

See Also