bison-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bison ps f


From: Paul Eggert
Subject: Re: bison ps f
Date: Mon, 06 Mar 2006 23:09:54 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

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:address@hidden";><EM>address@hidden</EM></A>.
 
 <P>
-Copyright &copy; 1998, 2004, 2005 Free Software Foundation, Inc.,
+Copyright &copy; 1998, 2004, 2005, 2006 Free Software Foundation, Inc.,
 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 <P>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]