]> git.saurik.com Git - bison.git/blame - doc/yacc.1.in
api.value.type: diagnose guaranteed failure with --yacc
[bison.git] / doc / yacc.1.in
CommitLineData
a005a9c4
AD
1.TH YACC "1" "November 2007" "@PACKAGE_STRING@" "User Commands"
2.SH NAME
3yacc \- 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
10version is a simple wrapper around
11.IR bison (1).
12It passes option
13\fB\-y\fR, \fB\-\-yacc\fR
14to activate the upward compatibility mode. See
15.IR bison (1)
16for more information.
17.SH AUTHOR
18Written by Paul Eggert.
19.SH "REPORTING BUGS"
20Report bugs to <@PACKAGE_BUGREPORT@>.
21.SH COPYRIGHT
22Copyright \(co @PACKAGE_COPYRIGHT_YEAR@ Free Software Foundation, Inc.
23.br
24This is free software; see the source for copying conditions. There is NO
25warranty; 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
31The full documentation for
32.B bison
33is maintained as a Texinfo manual. If the
34.B info
35and
36.B bison
37programs are properly installed at your site, the command
38.IP
39.B info bison
40.PP
41should give you access to the complete manual.