Home | History | Annotate | Download | only in bison

Lines Matching full:parsers

14 * The distribution terms for all Bison-generated parsers now permit
15 using the parsers in nonfree programs. Previously, this permission
16 was granted only for Bison-generated LALR(1) parsers in C.
20 * The C++ parsers export their token_type.
68 * GLR, YACC parsers.
99 * Bison-generated parsers now support the translation of diagnostics like
106 * Wording in the Bison-generated parsers has been changed slightly to
109 always accurate for modern Bison-generated parsers.
115 * When generating verbose diagnostics, Bison-generated parsers no longer
126 - Bison-generated parsers no longer default to using the alloca function
158 reduce/reduce conflicts in GLR parsers.
194 - In Yacc-style parsers YYLLOC_DEFAULT is now used to compute error
266 GLR parsers now report `parser stack overflow' as per the Bison manual.
287 * GLR parsers
290 * Pure parsers
378 included them in the parsers. They are now actually removed.
459 YYSTYPE as a class. The recent adjustment of C parsers for data
464 maintain this use. In the future, when Bison has C++ parsers, this
521 * Use of alloca in parsers
522 If YYSTACK_USE_ALLOCA is defined to 0, then the parsers will use
539 The output parsers try to respect C++ namespaces.
546 The parsers work properly on 64 bit hosts.
562 Verbose parse error messages from the parsers are better looking.
678 * Generated parsers should now work even on operating systems which do