|
About:
Bison is a parser generator in the style of yacc(1). It should be upwardly compatible with input files designed for yacc.
Release focus: Major feature enhancements
Changes:
Several new directives were added. GLR grammars
now support locations. %token numbers can now be
hexadecimal integers. A POSIX conformant yacc
command and -ly library installation can now be
disabled at build. Numbers are no longer
arbitrarily limited to 16-bit counts. Semicolons
are now allowed before "|" in grammar rules, as
POSIX requires. Bison-generated parsers no longer
default to using the alloca function to extend the
parser stack. Furthermore, there have been
incompatible changes to error token location,
semicolon handling, and NUL byte and newline
handling.
Author:
Robert Corbett, Richard Stallman and Wilfred Hansen <bison __at__ gnu __dot__ org>
[contact developer]
Homepage:
http://www.gnu.org/software/bison/
Tar/GZ:
ftp://ftp.gnu.org/gnu/bison/
Tar/BZ2:
ftp://ftp.gnu.org/gnu/bison/
CVS tree (cvsweb):
http://savannah.gnu.org/cgi-bin/viewcvs/bison/
Mailing list archive:
http://lists.gnu.org/archive/html/help-bison/
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|