Add precompiled bison 2.4.1
[msysgit.git] / share / man / man1 / yacc.1
blob3aa6096b2085c045ddd316bd1000f7d1f854b8bc
1 .TH YACC "1" "November 2007" "GNU Bison 2.4.1" "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 <bug-bison@gnu.org>.
21 .SH COPYRIGHT
22 Copyright \(co 2008 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.