]> git.saurik.com Git - bison.git/history - data/lalr1.cc
lalr1.cc: get rid of yyparse's yystate.
[bison.git] / data / lalr1.cc
2009-08-19  Akim Demaillelalr1.cc: get rid of yyparse's yystate.
2009-08-19  Akim Demaillelalr1.cc: destroy $$ when YYERROR is called.
2009-04-14  Akim Demaillevariables: use `parse.assert' instead of `assert'.
2009-04-14  Akim Demaillevariables: use `parse.assert' instead of `debug'.
2009-04-03  Akim DemailleTreat %debug as %define debug.
2009-04-03  Akim DemailleTreat %error-verbose as %define error_verbose.
2009-03-02  Akim DemailleShare b4_yytranslate_define.
2009-03-02  Akim DemailleDub make_TOKEN as a public type interface.
2009-03-02  Akim DemailleCoding style changes.
2009-03-02  Akim DemailleFactor b4_assert_if, b4_lex_symbol_if, and b4_variant_if.
2009-03-02  Akim DemailleDub symbol_type_base as a public type.
2009-03-02  Akim Demailleb4_public_types_declare.
2009-03-02  Akim Demailleb4_semantic_type_declare.
2009-02-25  Akim DemailleComment changes.
2009-02-25  Akim DemailleComment change.
2009-02-19  Akim DemailleMake yyparser::error public.
2009-02-19  Akim DemailleComment changes.
2009-02-19  Akim DemailleExtract variant.hh
2009-02-19  Akim DemailleExtract stack.hh from lalr1.cc.
2009-01-28  Samuel TardieuForce a large alignment of a variant structure.
2008-12-11  Akim DemailleSimplify the i18n of the error messages.
2008-12-01  Akim DemailleUse b4_symbol_case_.
2008-12-01  Akim DemailleMove b4_symbol based macro to bison.m4.
2008-12-01  Akim Demailleb4_symbol/type_foreach.
2008-12-01  Akim DemailleUse the symbol properties to output the printer/destruc...
2008-11-26  Akim DemaillePrepare the convergence bw C style and Java table gener...
2008-11-26  Akim DemailleFactor the generation of the (integral) tables bw yacc...
2008-11-25  Akim Demailleb4_tables_map.
2008-11-25  Akim Demailleb4_table_declare.
2008-11-25  Akim Demailleb4_args is more general than only C++.
2008-11-18  Akim DemailleUse b4_subtract where possible.
2008-11-15  Akim DemailleSupport parametric types.
2008-11-15  Akim DemailleInstead of using make_symbol<TOK_FOO>, generate make_FO...
2008-11-13  Akim Demaille%define token.prefix.
2008-11-13  Akim DemailleCompute at M4 time some of the subtractions.
2008-11-13  Akim Demaillesymbol::token.
2008-11-13  Akim DemailleComment changes.
2008-11-13  Akim DemailleDefine make_symbol in the header.
2008-11-13  Akim DemailleDefine yytranslate in the header for lex_symbol.
2008-11-13  Akim DemailleDefine the constructors of symbol_type in b4_symbol_con...
2008-11-13  Akim DemailleMake it easier to move the definition of yytranslate_.
2008-11-13  Akim DemailleRemove useless class specification.
2008-11-13  Akim DemailleFiner input type for yytranslate.
2008-11-13  Akim DemailleHonor lex-params in %define lex_symbol mode.
2008-11-13  Akim DemailleSimplify names.
2008-11-13  Akim DemailleUse b4_type_names for the union type.
2008-11-13  Akim DemailleDefine the "identifier" of a symbol.
2008-11-11  Akim DemailleLocations are no longer required by lalr1.cc.
2008-11-11  Akim DemailleSimplify lalr1.cc since %defines is mandatory.
2008-11-11  Akim DemaillePrefer M4 to CPP.
2008-11-11  Akim DemailleSupport i18n of the parse error messages.
2008-11-11  Akim DemailleMake it possible to return a symbol_type from yylex.
2008-11-11  Akim DemailleReplace yychar with a Boolean.
2008-11-11  Akim DemailleLet yytranslate handle the eof case.
2008-11-11  Akim Demailleyychar cannot be empty in yyerrlab.
2008-11-11  Akim DemailleIntroduce make_symbol.
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleMore information about the symbols.
2008-11-10  Akim DemailleMake parser::yytranslate static.
2008-11-10  Akim DemailleAvoid trailing spaces.
2008-11-10  Akim DemailleUse "enum" for integral constants.
2008-11-10  Akim DemailleFormatting changes.
2008-11-10  Akim DemailleClassify symbols by type-name.
2008-11-10  Akim DemailleChange the handling of the symbols in the skeletons.
2008-11-10  Akim DemailleSupport constructor with an argument.
2008-11-09  Akim DemailleUse a static hierarchy for symbols in the C++ parser.
2008-11-09  Akim DemailleUse inline for small operations.
2008-11-09  Akim DemailleIntroduce a hierarchy for symbols.
2008-11-09  Akim DemailleRename data_type and stack_symbol_type.
2008-11-09  Akim DemailleHandle semantic value and location together.
2008-11-09  Akim DemaillePush a complete symbol, not connected parts.
2008-11-09  Akim DemailleAgregate yylval and yylloc.
2008-11-09  Akim DemailleRely on the state stack to display reduction traces.
2008-11-09  Akim DemailleFuse yyval and yyloc into yylhs.
2008-11-07  Akim DemailleMoving push traces into yypush_.
2008-11-07  Akim DemailleThe single-stack C++ parser is now the standard one.
2008-11-04  Akim DemailleRemove spurious initial empty lines.
2008-11-04  Akim DemailleFix output of copyright years.
2008-11-03  Akim DemaillePush the state, value, and location at the same time.
2008-11-03  Akim DemaillePrefer references to pointers.
2008-11-03  Akim Demaillestack::size instead of stack::height.
2008-11-03  Akim DemailleUse variants to support objects as semantic values.
2008-11-03  Akim DemaillePrepare easier M4 changes.
2008-10-28  Akim DemailleSpace changes.
2008-10-28  Akim DemailleDon't define debugging functions when !YYDEBUG.
2008-10-28  Akim DemailleSpace and comments changes.
2008-10-18  Joel E. DennyFix yyerror_range for user-defined location type in...
2008-08-27  Akim DemailleSupport yyerrok in lalr1.cc.
2007-10-08  Joel E. DennyImprove C++ namespace support. Discussed starting at
2007-08-15  Paul EggertUpdate to GPLv3.
2007-01-23  Paolo Bonzini2007-01-23 Paolo Bonzini <bonzini@gnu.org>
2007-01-18  Joel E. DennyBack out previous patch.
2007-01-18  Joel E. DennyImplement @gettext<...@> directive to call gettext...
2007-01-17  Joel E. Denny* NEWS, data/c++-skel.m4, data/c++.m4, data/c-skel...
2007-01-16  Akim Demaille* data/lalr1.cc (yy_reduce_print_): Add a missing end...
2007-01-16  Joel E. DennyClean up %define and %code implementation in M4 some...
2007-01-09  Joel E. DennySimplify union and prologue handling, and escape union...
2007-01-08  Joel E. DennyInstead of having skeletons declare all valid %define...
2007-01-07  Joel E. DennyCheck for unrecognized %define variables similar to...
2007-01-06  Joel E. DennyDon't use m4_divert since it makes m4_divert_push and...
next