mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
* doc/bison.texinfo (Introduction): Don't say "GLR grammar".
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-05-29 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
* doc/bison.texinfo (Introduction): Don't say "GLR grammar".
|
||||||
|
Problem reported by Akim Demaille.
|
||||||
|
|
||||||
2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
|
2006-05-29 Joel E. Denny <jdenny@ces.clemson.edu>
|
||||||
|
|
||||||
* src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
|
* src/getargs.c (usage): Mention GLR not just LALR(1) in --help output.
|
||||||
|
|||||||
@@ -331,9 +331,9 @@ Copying This Manual
|
|||||||
@unnumbered Introduction
|
@unnumbered Introduction
|
||||||
@cindex introduction
|
@cindex introduction
|
||||||
|
|
||||||
@dfn{Bison} is a general-purpose parser generator that converts a grammar
|
@dfn{Bison} is a general-purpose parser generator that converts an
|
||||||
description for an @acronym{LALR}(1) or @acronym{GLR} context-free grammar
|
annotated context-free grammar into an @acronym{LALR}(1) or
|
||||||
into a C or C++ program to parse that grammar. Once you are proficient with
|
@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
|
Bison, you can use it to develop a wide range of language parsers, from those
|
||||||
used in simple desk calculators to complex programming languages.
|
used in simple desk calculators to complex programming languages.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user