summaryrefslogtreecommitdiff
path: root/src/state.h
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* style: comment and formatting changes, and fixesAkim Demaille2020-11-081-0/+2
* style: s/lookahead_tokens/lookaheads/gAkim Demaille2020-07-141-5/+5
* style: more uses of constAkim Demaille2020-06-161-4/+4
* style: decouple different uses of item_numberVincent Imbimbo2020-05-251-3/+3
* style: more documentation about errsAkim Demaille2020-05-021-1/+4
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* lalr: offer more flexibility in debugging routinesAkim Demaille2019-04-031-0/+3
* style: rename variables for consistencyAkim Demaille2019-03-301-1/+1
* lalr: clarify the APIAkim Demaille2019-02-281-0/+2
* style: comment changes and refactoring in state.cAkim Demaille2019-02-051-3/+3
* gram: factor the printing of items and the computation of their ruleAkim Demaille2019-01-301-3/+3
* style: comment changesAkim Demaille2019-01-281-7/+7
* style: prefer bool to charAkim Demaille2019-01-201-3/+5
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* style: s/non-terminal/nonterminal/Akim Demaille2018-12-111-1/+1
* style: reduce scopes in tables.cAkim Demaille2018-09-151-1/+1
* Merge maint into masterAkim Demaille2018-06-171-2/+2
|\
| * Update copyright yearsAkim Demaille2018-05-121-2/+2
* | Merge remote-tracking branch 'origin/maint'Akim Demaille2015-01-051-1/+1
|\ \ | |/
| * package: bump to 2015Akim Demaille2015-01-041-1/+1
| * package: bump to 2014Akim Demaille2014-02-031-1/+1
* | symbols: improve symbol aliasingValentin Tolmer2013-08-011-1/+1
|/
* 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