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

Side by Side Diff: bison/man/cat1/yacc.1.txt

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
« no previous file with comments | « bison/man/cat1/bison.1.txt ('k') | bison/man/cat1p/yacc.1p.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 YACC(1) User Commands YACC(1)
2
3
4
5 NAME
6 yacc - GNU Project parser generator
7
8 SYNOPSIS
9 yacc [OPTION]... FILE
10
11 DESCRIPTION
12 Yacc (Yet Another Compiler Compiler) is a parser genera-
13 tor. This version is a simple wrapper around bison(1).
14 It passes option -y, --yacc to activate the upward com-
15 patibility mode. See bison(1) for more information.
16
17 AUTHOR
18 Written by Paul Eggert.
19
20 REPORTING BUGS
21 Report bugs to <bug-bison@gnu.org>.
22
23 COPYRIGHT
24 Copyright © 2008 Free Software Foundation, Inc.
25 This is free software; see the source for copying condi-
26 tions. There is NO warranty; not even for MERCHANTABIL-
27 ITY or FITNESS FOR A PARTICULAR PURPOSE.
28
29 SEE ALSO
30 lex(1), flex(1), bison(1).
31
32 The full documentation for bison is maintained as a Tex-
33 info manual. If the info and bison programs are prop-
34 erly installed at your site, the command
35
36 info bison
37
38 should give you access to the complete manual.
39
40
41
42 GNU Bison 2.4.1 November 2007 YACC(1)
OLDNEW
« no previous file with comments | « bison/man/cat1/bison.1.txt ('k') | bison/man/cat1p/yacc.1p.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698