Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(479)

Side by Side Diff: bison/src/bison/2.4.1/bison-2.4.1/doc/yacc.1

Issue 10807020: Add native Windows binary for bison. (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/third_party/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
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.
OLDNEW
« no previous file with comments | « bison/src/bison/2.4.1/bison-2.4.1/doc/Makefile ('k') | bison/src/bison/2.4.1/bison-2.4.1/etc/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698