File: bison.yacc.1

package info (click to toggle)
bison 1%3A2.5.dfsg-2.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 15,172 kB
  • sloc: sh: 116,606; ansic: 31,819; lex: 2,200; cpp: 1,356; yacc: 657; java: 564; perl: 450; makefile: 338; sed: 141
file content (19 lines) | stat: -rw-r--r-- 666 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH bison.yacc 1 "30. December 2002" "Bison parser generator"
.SH NAME
bison.yacc \- GNU Project parser generator (yacc replacement)

.SH DESCRIPTION
\fBbison.yacc\fR acts exactly as "bison -y" with all other parameters passed,
that is the output file is called \fBy.tab.c\fR and the other outputs are called
\fBy.output\fR and \fBy.tab.h\fR. This means \fBbison.yacc\fR can be used as a
substitute for \fIyacc\fR.

Please consult the bison documentation for further information.

.SH "SEE ALSO"
.BR bison (1)

.SH AUTHOR
This manual page was written for the Debian GNU/Linux system by Robert Lemmen
<robertle@semistable.com> (but may be used by others, of course)