"Joel E. Denny" <[EMAIL PROTECTED]> writes:

> We'll also need to update the manual and web page:

OK, thanks, I installed this in the manual, with a similar change to
the web page.  No need to mention C and C++ here, since it's done in
the next paragraph.

2006-05-29  Paul Eggert  <[EMAIL PROTECTED]>

        * doc/bison.texinfo (Introduction): Don't say "GLR grammar".
        Problem reported by Akim Demaille.

--- doc/bison.texinfo   21 May 2006 04:48:47 -0000      1.189
+++ doc/bison.texinfo   30 May 2006 06:07:06 -0000      1.190
@@ -331,9 +331,9 @@ Copying This Manual
 @unnumbered Introduction
 @cindex introduction
 
[EMAIL PROTECTED] is a general-purpose parser generator that converts a grammar
-description for an @acronym{LALR}(1) or @acronym{GLR} context-free grammar
-into a C or C++ program to parse that grammar.  Once you are proficient with
[EMAIL PROTECTED] is a general-purpose parser generator that converts an
+annotated context-free grammar into an @acronym{LALR}(1) or
[EMAIL PROTECTED] parser for that grammar.  Once you are proficient with
 Bison, you can use it to develop a wide range of language parsers, from those
 used in simple desk calculators to complex programming languages.
 


Reply via email to