/[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.2.2 by marc, Tue Aug 28 13:58:27 2001 UTC revision 1.7.2.3 by marc, Wed Sep 19 13:09:32 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  .B \-g
16  ] [  ] [
17  .B \-\-graph  .BI \-\-graph= graph-file
18  ] [  ] [
19  .B \-k  .B \-k
20  ] [  ] [
# Line 127  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 149  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  .BI \-g
160  .br  .br
161  .ns  .ns
 .TP  
 .BI \-\-graph  
162  Output a VCG definition of the LALR(1) grammar automaton computed by  Output a VCG definition of the LALR(1) grammar automaton computed by
163  Bison. If the grammar file is  Bison. If the grammar file is
164  .BR foo.y  .BR foo.y
165  , the VCG output file will be  , the VCG output file will be
166  .BR foo.vcg .  .BR foo.vcg .
167  .TP  .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

Legend:
Removed from v.1.7.2.2  
changed lines
  Added in v.1.7.2.3

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