COHERENT help
This page displays the COHERENT help information for yacc.
Listing of available help pages
yacc -- Parser generator
yacc [option ...] file
cc y.tab.c [-ly]
Options:
-d Enable debugging output (implies -v)
-hdr Next argument is name of header file (default, y.tab.h)
-items Allow N items per state.
-l Next argument is name of listfile (default, y.output)
sprod N Allow N symbols per production (default, 20)
-st Print statistics on standard output
-v Verbose (extra output in listfile)
After each of the following, the next argument is a number to reset table size:
-nterms Nonterminal symbols (default, 100)
-prods Productions or rules (default, 350)
-states States (default, 300)
-terms Terminal symbols (default, 300)
-types Types (default, 10)




