logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

y2racc - Yacc grammar to racc grammar

Description

       Y2racc converts yacc grammar to racc grammar.

Name

       y2racc - 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)

Synopsis

       y2racc [options] raccfile

See Also