]> git.saurik.com Git - bison.git/history - data/lalr1.cc
Use b4_parser_tables_define in Java.
[bison.git] / data / lalr1.cc
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...
2007-01-05  Joel E. DennyConsolidate the 4 prologue alternative directives ...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-10-15  Paolo Bonzini2006-10-16 Paolo Bonzini <bonzini@gnu.org>
2006-09-13  Paul EggertFix typo in previous patch; YYCDEBUG was defined in...
2006-09-13  Paul EggertFix glr.cc and lalr1.cc's use of YYDEBUG so that there...
2006-09-11  Paul Eggert* data/glr.c (b4_shared_declarations): Put start-header...
2006-08-11  Paul Eggert* configure.ac (AC_ARG_ENABLE): Use -Wextra -Wno-sign...
2006-08-10  Joel E. DennySuppress signed/unsigned comparison warnings for yycheck.
2006-07-29  Joel E. DennyClean up handling of %destructor for the end token...
2006-07-12  Paul Eggert* data/lalr1.cc (YYCDEBUG): Use 'if (yydebug_) (*yycdeb...
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-07-08  Akim Demaille* data/c.m4 (b4_dirname): New.
2006-06-23  Joel E. DennyRename %before-definitions to %start-header and %after...
2006-06-21  Joel E. DennyDon't put the pre-prologue in the header file. For...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-05-15  Paul Eggert* data/glr.c (yyreportSyntaxError): Fix off-by-one...
2006-05-14  Akim Demaille* data/glr.cc, data/lalr1.cc: Using %defines is mandatory.
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Paul Eggert* data/c.m4 (b4_copyright): Put the special exception...
2006-05-11  Akim Demaille* data/lalr1.cc (yytranslate_): Rename token as t to...
2006-05-09  Paul Eggert* data/glr.c: Switch to Bison 2.2 special-exception...
2006-03-12  Akim DemailleApply --prefix to C++ skeletons too: they change the...
2006-03-10  Akim Demaille* data/c.m4 (b4_token_enum): Always define the enum...
2006-02-02  Paul Eggert* data/lalr1.cc (yytranslate_): No longer inline.
2006-01-23  Paul EggertWork around a bug in bro 0.8, which underparenthesizes its
next