]> git.saurik.com Git - bison.git/blobdiff - doc/bison.1
* doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
[bison.git] / doc / bison.1
index ebcd396cde17ef30436a24e7265dd3ecc2f94d8e..a73f6e4347cad6ecb1b9b53f9895d3e0b0b6c3ec 100644 (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