summaryrefslogtreecommitdiff
path: root/src/lalr.c
Commit message (Expand)AuthorAgeFilesLines
* style: s/lookahead_tokens/lookaheads/gAkim Demaille2020-07-141-27/+24
* style: use 'nonterminal' consistentlyAkim Demaille2020-06-271-4/+4
* build: fix warnings (shown on IRIX)Akim Demaille2020-05-031-1/+1
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* traces: add some colorsAkim Demaille2019-06-091-0/+15
* style: scope reduction in lalr.cAkim Demaille2019-04-121-2/+2
* style: comment changesAkim Demaille2019-04-121-0/+6
* traces: improve logsAkim Demaille2019-04-121-4/+4
* lalr: don't overbook memoryAkim Demaille2019-03-311-5/+5
* lalr: show lookback for debugAkim Demaille2019-03-301-1/+73
* lalr: fix segmentation violationAkim Demaille2019-03-301-2/+14
* style: rename variables for consistencyAkim Demaille2019-03-301-20/+23
* lalr: clarify the count of lookaheadsAkim Demaille2019-02-281-9/+6
* lalr: clarify the APIAkim Demaille2019-02-281-5/+11
* lalr: improve tracesAkim Demaille2019-02-281-45/+45
* lalr: print the 'reads' relationAkim Demaille2019-02-271-6/+5
* style: eliminate useless indirectionAkim Demaille2019-02-251-2/+2
* style: rename function for clarityAkim Demaille2019-02-251-2/+2
* lalr: more debug tracesAkim Demaille2019-02-251-9/+48
* style: minor changesAkim Demaille2019-02-241-4/+3
* style: clarify the computation of the lookback edgesAkim Demaille2019-02-241-27/+29
* style: scope reduction in tables.cAkim Demaille2019-02-241-2/+2
* style: comment and names changes in map_gotoAkim Demaille2019-02-121-3/+3
* style: factor printing of rulesAkim Demaille2019-02-091-1/+0
* style: comment changes and refactoring in state.cAkim Demaille2019-02-051-8/+8
* style: rename LR0.* as lr0.*Akim Demaille2019-01-261-1/+1
* style: prefer bool to charAkim Demaille2019-01-201-1/+1
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* style: scope reduction in lalr.cAkim Demaille2018-12-051-82/+56
* Update copyright yearsAkim Demaille2018-05-121-2/+2
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* style: scope reduction in lalr.ccAkim Demaille2013-11-181-23/+19
* style: no longer use backquotesAkim Demaille2013-02-181-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* variables: use singular in %define variable namesAkim Demaille2012-10-161-1/+1
* maint: use STREQ/STRNEQ.Akim Demaille2012-02-231-2/+1
* maint: fix some syntax-check issues.Akim Demaille2012-02-181-1/+0
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-88/+88
* 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
* * src/lalr.c (state_lookahead_tokens_count): Correct comment.Joel E. Denny2009-07-241-4/+5
* Rename lr.default_reductions to lr.default-reductions.Joel E. Denny2009-04-301-1/+1
* Rename "default rule" to "default reduction".Joel E. Denny2009-04-231-12/+16
* Finish implementing %define lr.type.Joel E. Denny2009-04-211-21/+12
* Implement %define lr.default_rules.Joel E. Denny2009-04-211-12/+29
* * data/yacc.c: Reformat m4 a little for readability.Joel E. Denny2008-05-131-1/+1