bison-patches
[Top][All Lists]
Advanced

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

Minor doc change


From: Akim Demaille
Subject: Minor doc change
Date: Thu, 26 Aug 2004 15:04:19 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

To match more FAQ.

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * doc/bison.texinfo (Implementing Loops): Rename as...
        (Implementing Gotos/Loops): this.

Index: doc/bison.texinfo
===================================================================
RCS file: /cvsroot/bison/bison/doc/bison.texinfo,v
retrieving revision 1.128
diff -u -u -r1.128 bison.texinfo
--- doc/bison.texinfo 22 Jun 2004 06:50:29 -0000 1.128
+++ doc/bison.texinfo 26 Aug 2004 13:04:20 -0000
@@ -297,7 +297,7 @@
 * How Can I Reset the Parser:: @code{yyparse} Keeps some State
 * Strings are Destroyed::      @code{yylval} Loses Track of Strings
 * C++ Parsers::                Compiling Parsers with C++ Compilers
-* Implementing Loops::         Control Flow in the Calculator
+* Implementing Gotos/Loops::   Control Flow in the Calculator
 
 Copying This Manual
 
@@ -6683,7 +6683,7 @@
 * How Can I Reset the Parser:: @code{yyparse} Keeps some State
 * Strings are Destroyed::      @code{yylval} Loses Track of Strings
 * C++ Parsers::                Compiling Parsers with C++ Compilers
-* Implementing Loops::         Control Flow in the Calculator
+* Implementing Gotos/Loops::   Control Flow in the Calculator
 @end menu
 
 @node Parser Stack Overflow
@@ -6869,12 +6869,12 @@
 pointer type to the root of your lexical/syntactic hierarchy.
 
 
address@hidden Implementing Loops
address@hidden Implementing Loops
address@hidden Implementing Gotos/Loops
address@hidden Implementing Gotos/Loops
 
 @display
 My simple calculator supports variables, assignments, and functions,
-but how can I implement loops?
+but how can I implement gotos, or loops?
 @end display
 
 Although very pedagogical, the examples included in the document blur




reply via email to

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