Go to main content
マニュアルページ セク ション 1: ユー ザーコマンド

印刷ビューの終了

更新: 2016年12月6日
 
 

antlr (1)

名前

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

形式

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

説明

antlr(1)                    General Commands Manual                   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  ]  [  -trace-
       TreeParser ]

DESCRIPTION
       antlr (AN)other (T)ool for (L)anguage (R)ecognition - formerly 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

       /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/down-
       load/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/.



                                  23 Oct 2012                         antlr(1)