summaryrefslogtreecommitdiff
path: root/src/state.h
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* style changes: run cppiAkim Demaille2012-12-211-7/+7
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-8/+8
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-2/+2
* Fix some comments concerning LR(0) versus LALR(1).Joel E. Denny2010-01-041-1/+1
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* Finish implementing %define lr.type.Joel E. Denny2009-04-211-2/+10
* * src/gram.c (rule_rhs_print_xml): Now static, since it isn't usedPaul Eggert2007-09-211-0/+3
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* * LR0.c (new_itemsets): Fix wording in comments: say item index ratherJoel E. Denny2007-07-101-2/+3
* * src/lalr.c (state_lookahead_tokens_count): For code readability,Joel E. Denny2007-05-281-1/+2
* Don't depend on C99 features.Joel E. Denny2007-05-281-5/+0
* * NEWS (2.3a+): Mention yesterday's state-removal change.Joel E. Denny2007-05-081-1/+1
* If conflict resolution makes states unreachable, remove those states,Joel E. Denny2007-05-071-0/+12
* Minor code cleanup in parser table construction.Joel E. Denny2007-05-071-4/+3
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-6/+6
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* Remove uses of 'short int' and 'unsigned short int' in the parser generators.Paul Eggert2004-12-171-6/+6
* Use "look-ahead" instead of "lookahead", consistently.Paul Eggert2004-06-211-6/+6
* Use 'short int' rather than 'short', and similarly for 'long', 'unsigned', etc.Paul Eggert2004-03-311-7/+7
* Use more-consistent naming conventions for local vars.Paul Eggert2003-02-031-3/+3
* (state_number_as_int): Now inline functions rather than macros, to avoid casts.Paul Eggert2002-12-131-2/+6
* (state_number): Renamed from state_number_t.Paul Eggert2002-12-111-42/+46
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-19/+14
* Instead of attaching lookaheads and duplicating the rules beingAkim Demaille2002-08-011-12/+4
* * src/state.h, src/state.c (transitions_t): Holds state_t*'s, notAkim Demaille2002-07-291-15/+29
* Fix some memory leaks, and fix a bug: state 0 was examined twice.Akim Demaille2002-07-031-47/+48
* * src/state.h (reductions_t): Rename member `nreds' as num.Akim Demaille2002-06-301-4/+4
* * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)Akim Demaille2002-06-301-27/+29
* * src/output.c (action_row): Let default_rule be always a ruleAkim Demaille2002-06-301-1/+7
* * src/state.h, src/state.c (shifts_to): New.Akim Demaille2002-06-301-0/+4
* * src/LR0.c (save_reductions): Remove, replaced by...Akim Demaille2002-06-301-9/+12
* * src/LR0.c (state_list_t, state_list_append): New.Akim Demaille2002-06-301-9/+7
* Use hash.h for the state hash table.Akim Demaille2002-06-301-5/+16
* * src/state.h, src/state.c (state_new): New, extracted from...Akim Demaille2002-06-301-3/+7
* * src/state.h (state_number_t, STATE_NUMBER_MAX): New.Akim Demaille2002-06-301-2/+13
* * src/state.h, src/state.c (state_rule_lookaheads_print): New.Akim Demaille2002-06-151-0/+6
* * src/conflicts.c (log_resolution): Accept the rule involved inAkim Demaille2002-06-151-7/+7
* * src/state.h (state_t): Replace the `lookaheadsp' member, aAkim Demaille2002-06-151-2/+3
* * src/state.h (state_t): `solved_conflicts' is a new member.Akim Demaille2002-05-261-1/+6
* * src/LR0.c, src/derives.c, src/gram.c, src/gram.h, src/lalr.c,Akim Demaille2002-05-261-1/+1
* Kill GCC warnings.Akim Demaille2002-05-071-1/+1
* Propagate more token_number_t.Akim Demaille2002-04-221-1/+1
* * src/gram.h, src/gram.c (error_token_number): Remove, useAkim Demaille2002-04-091-1/+1
* * src/gram.h (item_number_t): New, the type of item numbers inAkim Demaille2002-04-081-2/+2
* * src/gram.h, src/gram.c (nitems): Remove, it is an alias ofAkim Demaille2002-04-071-1/+1
* Rename all the `bucket's as `symbol_t'.Akim Demaille2002-04-071-1/+1
* * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.cAkim Demaille2001-12-291-1/+1