]> git.saurik.com Git - bison.git/history - data
Get rid of lalr1-split.cc.
[bison.git] / data /
2008-11-26  Akim DemailleGet rid of lalr1-split.cc.
2008-11-26  Akim DemailleUse yy* consistently.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in glr.c.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in larl1.java.
2008-11-25  Akim DemailleGet rid of yyrhs and yyprhs in yacc.c.
2008-11-25  Akim Demailleb4_tables_map.
2008-11-25  Akim Demailleb4_table_declare.
2008-11-25  Akim DemailleFormatting changes.
2008-11-25  Akim Demailleb4_args is more general than only C++.
2008-11-19  Joel E. DennyFix unexpanded macros in GLR defines file.
2008-11-18  Akim DemailleUse b4_subtract where possible.
2008-11-18  Akim DemailleRemove incorrect mode specification.
2008-11-16  Akim DemailleUpdate ignores.
2008-11-15  Akim DemailleSupport parametric types.
2008-11-15  Akim DemailleFormatting change.
2008-11-15  Akim DemailleComment changes.
2008-11-15  Akim DemailleRemove data/Makefile.am.
2008-11-15  Akim DemailleProvide convenience constructors for locations and...
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-11  Akim DemailleGet rid of tabulations in the Java output.
2008-11-10  Di-an JanWork around Java's ``code too large'' problem for parse...
2008-11-10  Di-an JanVarious Java skeleton improvements.
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-07  Akim DemailleAvoid empty-if warnings.
2008-11-07  Akim DemailleDestroy the variants that remain on the stack in case...
2008-11-07  Akim DemailleAdd "%define assert" to variants.
2008-11-04  Akim DemailleUse b4_copyright_years.
2008-11-04  Akim DemailleFormatting changes.
2008-11-04  Akim DemailleFormatting changes.
2008-11-04  Akim DemailleRemove spurious initial empty lines.
2008-11-04  Akim DemailleDon't memcpy C++ structures.
2008-11-04  Akim DemailleSort methods.
2008-11-04  Akim DemailleUseless parens.
2008-11-04  Akim DemailleIssue missing synclines after user actions.
2008-11-04  Akim DemailleRemove trailing empty line.
2008-11-04  Akim DemailleFix output of copyright years.
2008-11-04  Akim DemailleAvoid the spurious initial empty line.
2008-11-04  Akim DemailleRemove parser::rhs_number_type.
2008-11-04  Akim DemailleFix iteration type.
2008-11-04  Akim DemailleFactor the declaration of the integer tables.
2008-11-03  Akim DemailleFix indentation of tables in lalr1.cc
2008-11-03  Akim DemailleDestroy the lhs symbols after reduction.
2008-11-03  Akim DemailleSimplify yysyntax_error_ use.
2008-11-03  Akim DemailleLet yy::variant::build return an lvalue.
2008-11-03  Akim DemailleDefine yy::variant only when needed.
2008-11-03  Akim DemailleFuse the three stacks into a single one.
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 DemailleParameterize the extraction of semantic values.
2008-11-03  Akim DemaillePrepare easier M4 changes.
2008-11-01  Di-an JanJava parser improvements
2008-10-31  Di-an JanCorrect visible errors in generated Javadoc.
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...
next