/[bison]/bison/doc/bison.1
ViewVC logotype

Diff of /bison/doc/bison.1

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by akim, Wed Aug 1 18:08:48 2001 UTC revision 1.8 by akim, Thu Oct 4 14:55:20 2001 UTC
# Line 10  bison \- GNU Project parser generator (y Line 10  bison \- GNU Project parser generator (y
10  ] [  ] [
11  .B \-d  .B \-d
12  ] [  ] [
13  .B \-\-defines  .BI \-\-defines= defines-file
14    ] [
15    .B \-g
16    ] [
17    .BI \-\-graph= graph-file
18  ] [  ] [
19  .B \-k  .B \-k
20  ] [  ] [
# Line 123  chosen as if the input file were named Line 127  chosen as if the input file were named
127  .B \-d  .B \-d
128  .br  .br
129  .ns  .ns
 .TP  
 .B \-\-defines  
130  Write an extra output file containing macro definitions for the token  Write an extra output file containing macro definitions for the token
131  type names defined in the grammar and the semantic value type  type names defined in the grammar and the semantic value type
132  .BR YYSTYPE ,  .BR YYSTYPE ,
# Line 145  in a separate source file, because Line 147  in a separate source file, because
147  needs to be able to refer to token type codes and the variable  needs to be able to refer to token type codes and the variable
148  .BR yylval .  .BR yylval .
149  .TP  .TP
150    .BI \-\-defines= defines-file
151    The behaviour of
152    .BI \-\-defines
153    is the same than
154    .BI \-d
155    option.
156    The only difference is that it has an optionnal argument which is
157    the name of the output filename.
158    .TP
159    .BI \-g
160    .br
161    .ns
162    Output a VCG definition of the LALR(1) grammar automaton computed by
163    Bison. If the grammar file is
164    .BR foo.y
165    , the VCG output file will be
166    .BR foo.vcg .
167    .TP
168    .BI \-\-graph= graph-file
169    The behaviour of
170    .BI \-\-graph
171    is the same than
172    .BI \-g
173    option. The only difference is that it has an optionnal argument which
174    is the name of the output graph filename.
175    .TP
176  .B \-k  .B \-k
177  .br  .br
178  .ns  .ns
# Line 315  bison \-y $* Line 343  bison \-y $*
343  .sp  .sp
344  .RE  .RE
345  .SH FILES  .SH FILES
346  /usr/local/lib/bison.simple     simple parser  /usr/local/share/bison/bison.simple     simple parser
347  .br  .br
348  /usr/local/lib/bison.hairy      complicated parser  /usr/local/share/bison/bison.hairy      complicated parser
349  .SH "ENVIRONMENT VARIABLES"  .SH "ENVIRONMENT VARIABLES"
350  .TP  .TP
351  .SM BISON_SIMPLE  .SM BISON_SIMPLE

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26