Thanks for the suggestions. I installed this into <http://www.gnu.org/software/bison/> (it'll take a few hours to propagate):
--- bison.html 31 Oct 2005 00:17:02 -0000 1.13 +++ bison.html 7 Mar 2006 07:07:24 -0000 1.14 @@ -30,7 +30,7 @@ WIDTH="129" HEIGHT="122"></A> <P> 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. Once you are proficient with Bison, you can use it to develop a wide range of language parsers, @@ -41,7 +41,7 @@ to complex programming languages. Bison is upward compatible with Yacc: all properly-written Yacc grammars ought to work with Bison with no change. Anyone familiar with Yacc should be able to use Bison with little trouble. -You need to be fluent in C programming in order to use Bison. +You need to be fluent in C or C++ programming in order to use Bison. <P> The manual is available <A @@ -106,7 +106,7 @@ send other questions to <A HREF="mailto:[EMAIL PROTECTED]"><EM>[EMAIL PROTECTED]</EM></A>. <P> -Copyright © 1998, 2004, 2005 Free Software Foundation, Inc., +Copyright © 1998, 2004, 2005, 2006 Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA <P>
