]> git.saurik.com Git - bison.git/blobdiff - doc/bison.texinfo
Simplify y.tab.c when location tracking is disabled.
[bison.git] / doc / bison.texinfo
index 8cb386102029c68659a6544786a166d5ab2c0a4c..2af89175af4825bd7a4cdfa330fe8fd7e80dfffd 100644 (file)
@@ -353,9 +353,10 @@ Copying This Manual
 @cindex introduction
 
 @dfn{Bison} is a general-purpose parser generator that converts an
-annotated context-free grammar into a deterministic or @acronym{GLR}
-parser employing @acronym{LALR}(1), @acronym{IELR}(1), or canonical
-@acronym{LR}(1) parser tables.
+annotated context-free grammar into a deterministic @acronym{LR} or
+generalized @acronym{LR} (@acronym{GLR}) parser employing
+@acronym{LALR}(1), @acronym{IELR}(1), or canonical @acronym{LR}(1)
+parser tables.
 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.