]> git.saurik.com Git - bison.git/history - src/gram.h
In the XML output, list useless and unused symbols and rules with the
[bison.git] / src / gram.h
2007-11-24  Joel E. DennyIn the XML output, list useless and unused symbols...
2007-11-10  Joel E. Denny* src/gram.c: Remove comments that duplicate comments...
2007-09-21  Paul Eggert* src/gram.c (rule_rhs_print_xml): Now static, since...
2007-08-15  Paul EggertUpdate to GPLv3.
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2005-11-09  Akim DemailleIn some (weird) cases, the final state number is incorrect.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2004-12-17  Paul EggertRemove uses of 'short int' and 'unsigned short int...
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2003-04-29  Akim Demaille* src/gram.h, src/gram.c (pure_parser, glr_parser)...
2003-02-03  Paul Eggert(start_symbol): Remove unused decl.
2002-12-13  Paul Eggert(symbol_number_as_item_number,
2002-12-11  Paul Eggert(item_number): Renamed from item_number_t.
2002-10-22  Paul EggertUse C99-style bool instead of our own style.
2002-10-21  Paul EggertRemove all uses of PARAMS, since we now assume C89...
2002-10-05  Paul Eggert(ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
2002-08-02  Akim Demaille* src/conflicts.c (conflicts_output): Don't output...
2002-07-29  Akim DemailleUse $accept and $end, as BYacc and BTYacc do, instead...
2002-07-25  Akim DemailleStop storing rules from 1 to nrules + 1.
2002-07-25  Akim Demaille* src/gram.h (TIEM_NUMBER_MAX): New.
2002-06-30  Akim DemailleDisplay items as we display rules.
2002-06-30  Akim Demaille* src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_ru...
2002-06-28  Paul HilfingerInitial check-in introducing experimental GLR parsing...
2002-06-15  Akim Demaille* src/gram.h, src/gram.c (grammar_rules_partial_print...
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
2002-06-15  Akim Demaille* src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_locatio...
2002-05-26  Akim Demaille* src/LR0.c, src/derives.c, src/gram.c, src/gram.h...
2002-05-07  Akim DemailleKill GCC warnings.
2002-05-06  Akim Demaille* src/reader.c (packgram): No longer end `ritem' with a 0
2002-05-05  Akim Demaille* src/output.c (GENERATE_OUTPUT_TABLE): Replace with...
2002-05-02  Akim DemailleRemove the so called hairy (semantic) parsers.
2002-04-22  Akim Demaille* src/reduce.c (dump_grammar): Move to...
2002-04-22  Akim DemaillePropagate more token_number_t.
2002-04-09  Akim Demaille* src/gram.h, src/gram.c (error_token_number): Remove...
2002-04-08  Akim Demaille* src/gram.h (item_number_t): New, the type of item...
2002-04-07  Akim Demaille* src/muscle_tab.h (MUSCLE_INSERT_LONG_INT): New.
2002-04-07  Akim Demaille* src/gram.h, src/gram.c (nitems): Remove, it is an...
2002-04-07  Akim DemailleRename all the `bucket's as `symbol_t'.
2002-04-07  Akim Demaille* src/gram.h (rule_s): prec and precsym are now pointers
2002-04-07  Akim Demaille* src/gram.h (rule_t): Rename `number' as `user_number'.
2002-04-07  Akim Demaille* src/gram.h (rule_t): `lhs' is now a pointer to the...
2002-04-07  Akim Demaille* src/gram.h, src/gram.c (rules_rhs_length): New.
2002-04-07  Akim Demaille* src/closure.c, src/derives.c, src/gram.h, src/lalr.c,
2001-12-29  Akim Demaille* src/gram.h (rule_s): Member `assoc' is of type `assoc...
2001-12-29  Akim Demaille* src/closure.c, src/conflicts.c, src/derives.c, src...
2001-12-29  Akim Demaille* src/gram.c, src/gram.h (sprec, sassoc): Remove.
2001-12-29  Akim Demaille* src/gram.h, src/gram.c (symbols): New, similar to...
2001-12-27  Akim DemailleTry to make the use of the eoftoken valid. Given that...
2001-12-27  Akim Demaille* src/gram.h (rule_t): `guard' and `guard_line' are...
2001-12-15  Akim DemailleAttach actions to rules, instead of pre-outputting...
2001-12-05  Akim Demaille* src/lalr.c (maxrhs): Move to...
2001-12-05  Akim Demaille* src/gram.c, src/gram.h (ritem_print): New.
2001-11-30  Akim DemailleInstead of mapping the LHS of unused rules to -1, keep...
2001-11-19  Akim Demaille* src/symtab.h, src/symtab.c: `line' is a new member...
2001-11-19  Akim Demaille* src/gram.h (rprec, rprecsym, rassoc): Remove, now...
2001-11-19  Akim Demaille* src/gram.h (rule_t): New.
2001-10-04  Akim DemailleMerge in branch-1_29. after-merge-branch-1_29
2000-11-07  Akim Demaille* src: s/Copyright (C)/Copyright/g.
2000-10-02  Akim Demaille* src/gram.h (associativity): New enum type which repla...
2000-10-02  Akim Demaille* src/state.h (nstates, final_state, first_state, first...
1999-01-14  Jesse ThiloUpdate FSF address.
1995-10-15  Richard M. StallmanComment changes.
1991-11-03  David MacKenzieentered into RCS