File: bison.yacc.1

package info (click to toggle)
bison 2%3A3.7.5%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 31,976 kB
  • sloc: sh: 320,493; ansic: 74,221; yacc: 2,754; lex: 2,409; cpp: 2,255; perl: 1,044; java: 657; makefile: 309; ruby: 71; sed: 16
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)