Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

cup(1) [debian man page]

CUP(1)							      General Commands Manual							    CUP(1)

NAME
cup - LALR parser generator for Java(tm) SYNOPSIS
cup [options] <file DESCRIPTION
This manual page documents briefly the cup command. This manual page was written for the Debian GNU/Linux distribution (but may be used by others), because the original program does not have a manual page. Instead, it has documentation in HTML format; see /usr/doc/cup/man- ual.html. OPTIONS
-package name specify package generated classes go in [default none]. -parser name specify parser class name [default "parser"]. -symbols name specify name for symbol constant class [default "sym"] -nonterms put non terminals in symbol constant class. -expect # number of conflicts expected/allowed [default 0]. -compact_red compact tables by defaulting to most frequent reduce. -nowarn don't warn about useless productions, etc. -nosummary don't print the usual summary of parse states, etc. -nopositions don't propagate the left and right token position values. -progress print messages to indicate progress of the system. -time print time usage summary. -dump_grammar produce a human readable dump of the symbols and grammar. -dump_states produce a dump of parse state machine. -dump_tables produce a dump of the parse tables -dump produce a dump of all of the above. SEE ALSO
jlex(1), javac(1). AUTHORS
The author of CUP is Scott E. Hudson <http://www.cc.gatech.edu/gvu/people/Faculty/Scott.E.Hudson.html>. This manual page was written by Vincent Renardias <vincent@waw.com>, for the Debian GNU/Linux system. CUP(1)

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

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

CUP and Memory

Hi All Unix experts, I want to calculate CUP Utilization and Memory Utilization on solairs boxes. Please help me to write a script for this, since i am doing this manualy for more than 30 servers daily. My daily task is # top last pid: 28627; load avg: 8.50, 8.12, 8.16; up... (4 Replies)
Discussion started by: bullz26
4 Replies

2. SCO

UNIX Command line administration and Tools

Hi Everyone I have a few things i need help with in SCO-UNIXWARE 7.1.4 that the version am running. I am an ex-Debian user and i am finding that UNIXWARE is not the cup of Coffee i like I would like to know it the following are available or are there substitutes a locate command - a... (1 Reply)
Discussion started by: Han.nlo
1 Replies

3. Shell Programming and Scripting

Incremental log parser

I have log file that is incremented every second and is rather big. I need monitor error in this file. I do not want to parse it all every time. I want parse it first time then remember last position (as byte for example) All consequent parsing I want to start from last saved position to the... (3 Replies)
Discussion started by: Narcom
3 Replies

4. Hardware

CUP CHIP and CPU ID

Hi All, What is the difference between CPU CHIP and CUP ID on SUN/ Oracle M5000 servers.. Thanks in advance (1 Reply)
Discussion started by: kumarmani
1 Replies