Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

antlr3(3) [debian man page]

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. -o outputDir specify output directory where all output generated. -fo outputDir same as -o but force even files with relative paths to dir. -lib dir specify location of token files. -depend generate file dependencies. -report print out a report about the grammar(s) processed. -print print out the grammar without actions. -debug generate a parser that emits debugging events. -profile generate a parser that computes profiling information. -nfa generate an NFA for each rule. -dfa generate a DFA for each decision point. -message-format name specify output style for messages. -verbose generate ANTLR version and other information. -make only build if generated files older than grammar. -version print the version of ANTLR and exit. -X 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/ GNU
June 27, 2010 ANTLR(3)

Check Out this Related Man Page

JFLEX(1)						      General Commands Manual							  JFLEX(1)

NAME
jflex - a lexical analyzer generator (also known as scanner generator) for Java SYNOPSIS
jflex <options> <input-files> DESCRIPTION
JFlex is a lexical analyzer generator (also known as scanner generator) for Java(tm), written in Java(tm). It is also a rewrite of the very useful tool JLex. JFlex is designed to work together with the LALR parser generator CUP, and the Java modification of Berkeley Yacc BYacc/J. It can also be used together with other parser generators like ANTLR or as a standalone tool. OPTIONS
-d <directory> write generated file to <directory> --skel <file> use external skeleton <file> --switch, --table, --pack set default code generation method --jlex strict JLex compatibility --nomin skip minimization step --nobak don't create backup files --dump display transition tables --dot write graphviz .dot files for the generated automata (alpha) --verbose, -v display generation progress messages (default) --quiet, -q display errors only --time display generation time statistics --version print the version number of this copy of jflex --info print system + JDK information --help, -h print this message AUTHOR
This manual page was written by Wolfgang Baer <WBaer@gmx.de>, for the Debian project (but may be used by others). October 2005 JFLEX(1)
Man Page

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

System Performance Tool

Could someone point me in the correct direction or web link containing instructions for installing the System Performance Tool (aka STP) software on an IBM-AIX version 4.? machine. My client has the software (that came from their original server) on a 3" floppy. Thanks! (1 Reply)
Discussion started by: Pam
1 Replies

2. Programming

Tool for make file

Hi, so far i am writting make file explicitly, is there is any tool is there to write make file automatically....if so please tell me about that... Thanks in advance Sarwan (4 Replies)
Discussion started by: sarwan
4 Replies

3. AIX

Number of files

Hi, we have one monut point /u01/abc/ under this moumt point we have files generated from august 2008 now i need to send a report that everry months how many files are generated and there used space like august month 100 files got created and they occupy 3 Gb of space .... (1 Reply)
Discussion started by: rohitmathur11
1 Replies

4. Red Hat

Number of files

Hi, we have one monut point /u01/abc/ under this moumt point we have files generated from august 2008 now i need to send a report that everry months how many files are generated and there used space like august month 100 files got created and they occupy 3 Gb of space . september... (2 Replies)
Discussion started by: rohitmathur11
2 Replies

5. Shell Programming and Scripting

generate a report

I am trying to generate a report for a file called phone_book awk -f {phone_book} why does this not work? Nothing happens at all. (2 Replies)
Discussion started by: gustave
2 Replies

6. Infrastructure Monitoring

LogAnalysis Tool

Hello Due to my semester project I am searching a LogAnalysis Tool for Linux platforms. The tool should offer following functionalities: - support Ubuntu/Debian/CentOS - analyse as much as possible system logs - deployable for >100 servers - central administration on one host (preferable... (1 Reply)
Discussion started by: Xava
1 Replies

7. AIX

I need help on AIX command

I'm new for aix...I need a command or script to check the high usage of cpu process and the physical cpu utilization... TIA Sumanth (9 Replies)
Discussion started by: sumanthupar
9 Replies

8. UNIX for Beginners Questions & Answers

awk use to generate report

Hi , In a directory list of ddl files are stored in the given format above. Above is the sample ddl file. The ddl file name is same as that of table name ie email_notifications.ddl I want to generate below report using awk utility reading all the ddl files stored in /ddl path Desired output:... (1 Reply)
Discussion started by: vedanta
1 Replies