[Go to CFHT Home Page] Man Pages
Back to Software Index  BORDER=0Manpage Top Level
    YACC("1") manual page Table of Contents

Name

yacc - GNU Project parser generator

Synopsis

yacc [OPTION]... FILE

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.

Author

Written by Paul Eggert.

Reporting Bugs

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

Copyright

Copyright © 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

info bison

should give you access to the complete manual.


Table of Contents