summaryrefslogtreecommitdiff
path: root/src/lalr.h
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* lalr: more debug tracesAkim Demaille2019-02-251-1/+0
* style: comment and names changes in map_gotoAkim Demaille2019-02-121-2/+2
* style: comment changes and refactoring in state.cAkim Demaille2019-02-051-4/+4
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* 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-2/+1
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* Finish implementing %define lr.type.Joel E. Denny2009-04-211-8/+32
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* * 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
* * doc/Doxyfile.in: New.Akim Demaille2006-06-271-15/+21
* For consistency, use `lookahead' instead of `look-ahead' orJoel E. Denny2006-06-101-3/+3
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* (GOTO_NUMBER_MAXIMUM): New macro.Paul Eggert2004-12-081-0/+1
* Use size_t rather than unsigned int in previous patch.Paul Eggert2004-10-221-1/+1
* (goto_number): Now unsigned int, not short int.Paul Eggert2004-10-221-2/+1
* Use "look-ahead" instead of "lookahead", consistently.Paul Eggert2004-06-211-2/+2
* Use 'short int' rather than 'short', and similarly for 'long', 'unsigned', etc.Paul Eggert2004-03-311-2/+4
* (goto_number): Renamed from goto_number_t.Paul Eggert2002-12-111-10/+10
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-211-2/+2
* (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.Paul Eggert2002-10-051-1/+1
* * lib/timevar.c (get_time): Include children time.Akim Demaille2002-08-011-19/+7
* * src/lalr.h, src/lalr.c (goto_number_t): New.Akim Demaille2002-07-031-1/+4
* * src/state.h, src/state.c (shift_t, SHIFT_SYMBOL, SHIFT_IS_SHIFT)Akim Demaille2002-06-301-1/+1
* Use hash.h for the state hash table.Akim Demaille2002-06-301-3/+0
* * src/state.h (state_number_t, STATE_NUMBER_MAX): New.Akim Demaille2002-06-301-2/+2
* * src/conflicts.c (log_resolution): Accept the rule involved inAkim Demaille2002-06-151-1/+1
* * src/lalr.h (LA): Is a bitsetv, not bitset*.Akim Demaille2002-04-071-1/+2
* * src/lalr.h, src/lalr.c (LAruleno): Replace with...Akim Demaille2002-04-071-7/+8
* * src/lalr.h, src/lalr.c (tokensetsize): Remove, unused.Akim Demaille2002-03-041-2/+0
* * src/L0.c, src/LR0.h (nstates): Be size_t.Akim Demaille2002-03-041-3/+3
* * src/LR0.c, src/conflicts.c, src/lalr.c, src/lalr.h, src/output.cAkim Demaille2001-12-291-1/+1
* * src/state.h (state_t): Rename lookaheads as lookaheadsp.Akim Demaille2001-12-171-2/+0
* One structure for states is enough, even though theoreticallyAkim Demaille2001-12-101-24/+2
* * src/conflicts.c (err_table): Remove.Akim Demaille2001-12-051-2/+3
* * src/lalr.h (LA): New macro to access to the variable LA.Akim Demaille2001-11-191-0/+1
* * src/lalr.h (lookaheads): Removed array, which contents is nowAkim Demaille2001-11-191-4/+4
* * src/lalr.h (consistent): Removed array, which contents is nowAkim Demaille2001-11-191-6/+4
* * src/lalr.h (reduction_table, shift_table): Removed arrays, whichAkim Demaille2001-11-191-2/+4
* * src/lalr.h (state_t): New.Akim Demaille2001-11-191-2/+15
* * src: s/Copyright (C)/Copyright/g.Akim Demaille2000-11-071-1/+1
* * src/output.c (output_short_or_char_table): New function.Akim Demaille2000-10-161-7/+8