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

yacc - GNU Project parser generator

Author

       Written by Paul Eggert.

Description

Yacc  (Yet  Another  Compiler  Compiler)  is a parser generator.  This version is a simple wrapper around
       bison(1).  It passes option -y, --yacc to activate the upward compatibility mode.  See bison(1) for  more
       information.

Name

       yacc - GNU Project parser generator

Reporting Bugs

       Report bugs to <bug-bison@gnu.org>.

See Also

lex(1), flex(1), bison(1).

       The full documentation for bison is maintained as a Texinfo manual.  If the info and bison  programs  are
       properly installed at your site, the command

              infobison

       should give you access to the complete manual.

GNU Bison 3.8.2                                   November 2007                                          YACC(1)

Synopsis

yacc [OPTION]... FILE

See Also