bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bison-1_29-branch] doc-vcg.patch


From: marc-alexandre autret
Subject: [bison-1_29-branch] doc-vcg.patch
Date: Thu, 16 Aug 2001 18:12:08 +0000 (GMT)

Hi,

Update of documentation about VCG.



Index: ChangeLog
===================================================================
RCS file: /cvsroot/bison/bison/ChangeLog,v
retrieving revision 1.173
diff -u -r1.173 ChangeLog
--- ChangeLog   2001/08/15 08:44:16     1.173
+++ ChangeLog   2001/08/16 15:46:36
@@ -1,3 +1,16 @@
+2001-08-16  Marc Autret  <address@hidden>
+
+       * doc/bison.texinfo (Bison Options): Add items `-g', `--graph'.
+       (Option Cross Key): Likewise.
+       * doc/bison.1: Update.
+
 2001-08-15  Akim Demaille  <address@hidden>
 
        Version 1.28c.

Index: doc/bison.texinfo
===================================================================
RCS file: /cvsroot/bison/bison/doc/bison.texinfo,v
retrieving revision 1.37
diff -u -r1.37 bison.texinfo
--- doc/bison.texinfo   2001/08/15 08:25:10     1.37
+++ doc/bison.texinfo   2001/08/16 15:46:01
@@ -4899,6 +4899,12 @@
 
 The other output files' names are constructed from @var{outfile}
 as described under the @samp{-v} and @samp{-d} options.
+
address@hidden -g
address@hidden --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
@@ -4940,6 +4946,7 @@
 \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}
Index: doc/bison.1
===================================================================
RCS file: /cvsroot/bison/bison/doc/bison.1,v
retrieving revision 1.7
diff -u -r1.7 bison.1
--- doc/bison.1 2001/08/01 18:08:48     1.7
+++ doc/bison.1 2001/08/16 15:48:00
@@ -12,6 +12,10 @@
 ] [
 .B \-\-defines
 ] [
+.B \-g
+] [
+.B \-\-graph
+] [
 .B \-k
 ] [
 .B \-\-token-table
@@ -144,6 +148,17 @@
 .B yylex
 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


-- 
Autret Marc (address@hidden)
Eleve Ingenieur en Informatique 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]