* doc/bison.texinfo (Bison Options): Add items -g', --graph'.

(Option Cross Key): Likewise.
* doc/bison.1: Update.
This commit is contained in:
Marc Autret
2001-08-16 18:29:46 +00:00
parent 8c7d6a3de8
commit 483c899a17
3 changed files with 29 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ bison \- GNU Project parser generator (yacc replacement)
] [
.B \-\-defines
] [
.B \-g
] [
.B \-\-graph
] [
.B \-k
] [
.B \-\-token-table
@@ -145,6 +149,17 @@ in a separate source file, because
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
.B \-k
.br
.ns