mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-14 06:43:03 +00:00
* doc/bison.texinfo (Bison Options): Add items -g', --graph'.
(Option Cross Key): Likewise. * doc/bison.1: Update.
This commit is contained in:
15
doc/bison.1
15
doc/bison.1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user