Ying Wang | 0543663 | 2013-04-05 16:01:00 -0700 | [diff] [blame] | 1 | .TH YACC "1" "November 2007" "@PACKAGE_STRING@" "User Commands" |
| 2 | .SH NAME |
| 3 | yacc \- GNU Project parser generator |
| 4 | .SH SYNOPSIS |
| 5 | .B yacc |
| 6 | [\fIOPTION\fR]... \fIFILE\fR |
| 7 | .SH DESCRIPTION |
| 8 | .I Yacc |
| 9 | (Yet Another Compiler Compiler) is a parser generator. This |
| 10 | version is a simple wrapper around |
| 11 | .IR bison (1). |
| 12 | It passes option |
| 13 | \fB\-y\fR, \fB\-\-yacc\fR |
| 14 | to activate the upward compatibility mode. See |
| 15 | .IR bison (1) |
| 16 | for more information. |
| 17 | .SH AUTHOR |
| 18 | Written by Paul Eggert. |
| 19 | .SH "REPORTING BUGS" |
| 20 | Report bugs to <@PACKAGE_BUGREPORT@>. |
| 21 | .SH COPYRIGHT |
| 22 | Copyright \(co @PACKAGE_COPYRIGHT_YEAR@ Free Software Foundation, Inc. |
| 23 | .br |
| 24 | This is free software; see the source for copying conditions. There is NO |
| 25 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
| 26 | .SH "SEE ALSO" |
| 27 | .BR lex (1), |
| 28 | .BR flex (1), |
| 29 | .BR bison (1). |
| 30 | .PP |
| 31 | The full documentation for |
| 32 | .B bison |
| 33 | is maintained as a Texinfo manual. If the |
| 34 | .B info |
| 35 | and |
| 36 | .B bison |
| 37 | programs are properly installed at your site, the command |
| 38 | .IP |
| 39 | .B info bison |
| 40 | .PP |
| 41 | should give you access to the complete manual. |