summaryrefslogtreecommitdiff
path: root/THANKS
diff options
context:
space:
mode:
authorJoel E. Denny <jdenny@clemson.edu>2010-01-04 14:13:43 -0500
committerJoel E. Denny <jdenny@clemson.edu>2010-01-04 14:13:43 -0500
commit1c4ad777cb220ea669dc934c9b600a25a824a658 (patch)
treee6213399793072c6ac5b2a801d4f30c1f0632089 /THANKS
parent1462fcee1ed295b24f47758b370068aa6304bb41 (diff)
downloadbison-1c4ad777cb220ea669dc934c9b600a25a824a658.tar.gz
Fix some comments concerning LR(0) versus LALR(1).
Stop equating LR(0) with nondeterminism and LALR(1) with determinism. That is, if all states are consistent, then LR(0) tables are deterministic. On the other hand, LALR(1) tables might be nondeterministic before conflict resolution, and GLR permits LALR(1) tables to remain nondeterministic. * src/LR0.c, src/LR0.h: Here. * src/lalr.c, src/lalr.h: Here. * src/main.c (main): Here. * src/state.c, src/state.h: Here. * src/ielr.h (ielr): In preconditions, expect LR(0) not LALR(1) parser tables.
Diffstat (limited to 'THANKS')
0 files changed, 0 insertions, 0 deletions