aboutsummaryrefslogtreecommitdiffstats
path: root/gnuwin32/man/cat1/yacc.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gnuwin32/man/cat1/yacc.1.txt')
-rw-r--r--gnuwin32/man/cat1/yacc.1.txt42
1 files changed, 42 insertions, 0 deletions
diff --git a/gnuwin32/man/cat1/yacc.1.txt b/gnuwin32/man/cat1/yacc.1.txt
new file mode 100644
index 00000000..ada6a5c1
--- /dev/null
+++ b/gnuwin32/man/cat1/yacc.1.txt
@@ -0,0 +1,42 @@
+YACC(1) User Commands YACC(1)
+
+
+
+NAME
+ yacc - GNU Project parser generator
+
+SYNOPSIS
+ yacc [OPTION]... FILE
+
+DESCRIPTION
+ Yacc (Yet Another Compiler Compiler) is a parser genera-
+ tor. This version is a simple wrapper around bison(1).
+ It passes option -y, --yacc to activate the upward com-
+ patibility mode. See bison(1) for more information.
+
+AUTHOR
+ Written by Paul Eggert.
+
+REPORTING BUGS
+ Report bugs to <bug-bison@gnu.org>.
+
+COPYRIGHT
+ Copyright © 2008 Free Software Foundation, Inc.
+ This is free software; see the source for copying condi-
+ tions. There is NO warranty; not even for MERCHANTABIL-
+ ITY or FITNESS FOR A PARTICULAR PURPOSE.
+
+SEE ALSO
+ lex(1), flex(1), bison(1).
+
+ The full documentation for bison is maintained as a Tex-
+ info manual. If the info and bison programs are prop-
+ erly installed at your site, the command
+
+ info bison
+
+ should give you access to the complete manual.
+
+
+
+GNU Bison 2.4.1 November 2007 YACC(1)