y2racc(1) debian man page | unix.com

Man Page: y2racc

Operating Environment: debian

Section: 1

y2racc(1)						      General Commands Manual							 y2racc(1)

NAME
y2racc - Yacc grammar to racc grammar
SYNOPSIS
y2racc [options] raccfile
DESCRIPTION
Y2racc converts yacc grammar to racc grammar.
OPTIONS
-o, --output-file <outfile> name of output file. [r.<inputfile>] -c <name> name of parser class. [MyParser] -u output also user code (%%....) -H cut off header (%{....%}) -A cut off actions. -U cut off user code (%%....) (default) -h, --help print this message and quit. --version print version and quit. --copyright print copyright and quit.
SEE ALSO
/usr/share/doc/racc/html.en/index.html (English) or /usr/share/doc/racc/html.ja/index.html (Japanese). April 2005 y2racc(1)
Related Man Pages
yacc(1) - bsd
lemon(1) - debian
link-parser(1) - debian
ocamlyacc(1) - debian
racc(1) - debian
Similar Topics in the Unix Linux Community
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?