On Mon, 6 Mar 2006, Paul Eggert wrote:
Thanks for the suggestions. I installed this into
<http://www.gnu.org/software/bison/> (it'll take a few hours to
propagate):
Should we go ahead and update the same sentences in the
Introduction in
"doc/bison.texinfo"?
Bison is a general-purpose parser generator that converts
-a grammar description for an LALR context-free grammar
+a grammar description for an LALR(1) or GLR context-free grammar
into a C program to parse that grammar.
Are we not ready to advertise the C++ skeleton at this level?