From 6077da5824c3c7490c59b2f4dd96cab67886eb3b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 30 May 2006 06:07:06 +0000 Subject: [PATCH] * doc/bison.texinfo (Introduction): Don't say "GLR grammar". --- ChangeLog | 5 +++++ doc/bison.texinfo | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f95ad56c..b8aa2e85 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-29 Paul Eggert + + * doc/bison.texinfo (Introduction): Don't say "GLR grammar". + Problem reported by Akim Demaille. + 2006-05-29 Joel E. Denny * src/getargs.c (usage): Mention GLR not just LALR(1) in --help output. diff --git a/doc/bison.texinfo b/doc/bison.texinfo index 5021e2e3..40d08b87 100644 --- a/doc/bison.texinfo +++ b/doc/bison.texinfo @@ -331,9 +331,9 @@ Copying This Manual @unnumbered Introduction @cindex introduction -@dfn{Bison} 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 +@dfn{Bison} is a general-purpose parser generator that converts an +annotated context-free grammar into an @acronym{LALR}(1) or +@acronym{GLR} 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. -- 2.45.2