(Option Cross Key): Likewise.
* doc/bison.1: Update.
+2001-08-16 Marc Autret <autret_m@epita.fr>
+
+ * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
+ (Option Cross Key): Likewise.
+ * doc/bison.1: Update.
+
2001-08-15 Akim Demaille <akim@epita.fr>
Version 1.28c.
2001-08-15 Akim Demaille <akim@epita.fr>
Version 1.28c.
-2001-08-15 Marc Autret <prog@epita.fr>
+2001-08-15 Marc Autret <autret_m@epita.fr>
* src/reader.c (readgram): Indent output macro YYSTYPE.
(packsymbols): Likewise.
* src/reader.c (readgram): Indent output macro YYSTYPE.
(packsymbols): Likewise.
+.B \-g
+] [
+.B \-\-graph
+] [
.B \-k
] [
.B \-\-token-table
.B \-k
] [
.B \-\-token-table
needs to be able to refer to token type codes and the variable
.BR yylval .
.TP
needs to be able to refer to token type codes and the variable
.BR yylval .
.TP
+.BI \-g
+.br
+.ns
+.TP
+.BI \-\-graph
+Output a VCG definition of the LALR(1) grammar automaton computed by
+Bison. If the grammar file is
+.BR foo.y
+, the VCG output file will be
+.BR foo.vcg .
+.TP
The other output files' names are constructed from @var{outfile}
as described under the @samp{-v} and @samp{-d} options.
The other output files' names are constructed from @var{outfile}
as described under the @samp{-v} and @samp{-d} options.
+
+@item -g
+@itemx --graph
+Output a VCG definition of the LALR(1) grammar automaton computed by
+Bison. If the grammar file is @file{foo.y}, the VCG output file will
+be @file{foo.vcg}.
@end table
@node Environment Variables, Option Cross Key, Bison Options, Invocation
@end table
@node Environment Variables, Option Cross Key, Bison Options, Invocation
\line{ --defines \leaderfill -d}
\line{ --file-prefix \leaderfill -b}
\line{ --fixed-output-files \leaderfill -y}
\line{ --defines \leaderfill -d}
\line{ --file-prefix \leaderfill -b}
\line{ --fixed-output-files \leaderfill -y}
+\line{ --graph \leaderfill -g}
\line{ --help \leaderfill -h}
\line{ --name-prefix \leaderfill -p}
\line{ --no-lines \leaderfill -l}
\line{ --help \leaderfill -h}
\line{ --name-prefix \leaderfill -p}
\line{ --no-lines \leaderfill -l}