man pages section 1: User Commands

Exit Print View

Updated: July 2014
 
 

antlr (1)

Name

antlr - (AN)other (T)ool for (L)anguage (R)ecognition

Synopsis

antlr  [  -o outputDir ] [ -glib superGrammar ] [ -debug ] [
-html ] [ -diagnostic ]  [  -trace  ]  [  -traceParser  ]  [
-traceLexer ] [ -traceTreeParser ]

Description




User Commands                                            antlr(1)



NAME
     antlr - (AN)other (T)ool for (L)anguage (R)ecognition

SYNOPSIS
     antlr  [  -o outputDir ] [ -glib superGrammar ] [ -debug ] [
     -html ] [ -diagnostic ]  [  -trace  ]  [  -traceParser  ]  [
     -traceLexer ] [ -traceTreeParser ]

DESCRIPTION
     antlr  (AN)other  (T)ool for (L)anguage (R)ecognition - for-
     merly known as PCCTS - is a language tool  that  provides  a
     framework   for  constructing  recognizers,  compilers,  and
     translators from grammatical descriptions containing actions
     in  the  following  languages: Java, C++, C# or Python.  For
     additional information on using antlr, browse  the  complete
     HTML documentation at:

          file:/usr/share/doc/antlr-2.7.7/index.html

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

FILES
     /usr/share/antlr-2.7.7/antlr.jar

          antlr jar file



SunOS 5.11           Last change: 23 Oct 2012                   1






User Commands                                            antlr(1)



     /usr/share/doc/antlr-2.7.7/index.html

          antlr API documentation generated with javadoc.

ATTRIBUTES
     See  attributes(5)  for  descriptions   of   the   following
     attributes:

     +---------------+--------------------------+
     |ATTRIBUTE TYPE |     ATTRIBUTE VALUE      |
     +---------------+--------------------------+
     |Availability   | developer/parser/antlr-2 |
     +---------------+--------------------------+
     |Stability      | Uncommitted              |
     +---------------+--------------------------+
SEE ALSO
     java(1), http://www.antlr2.org/



NOTES
     This   software   was   built   from   source  available  at
     https://java.net/projects/solaris-userland.   The   original
     community       source       was       downloaded       from
     http://www.antlr2.org/download/antlr-2.7.7.tar.gz

     Further information about this software can be found on  the
     open source community website at http://www.antlr.org/.



























SunOS 5.11           Last change: 23 Oct 2012                   2