]> git.saurik.com Git - bison.git/commit - src/closure.h
Improve some comments in parser table construction.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 29 May 2007 04:24:17 +0000 (04:24 +0000)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 29 May 2007 04:24:17 +0000 (04:24 +0000)
commit71b61d4db50938c0f5fa58fd3d3b0045fd762f57
tree2e7c8133b8bd14496eeba1badc8f5dfcd243fedf
parentb1a8161341d471456977275881c29c01136fb0f8
Improve some comments in parser table construction.
* src/LR0.c (new_itemsets): Explain sorting of itemset and kernel_base.
(generate_states): Don't mention ruleset, which is internal to closure.
* src/closure.c (closure): Explain sorting of core and itemset, which
is required for this function to behave correctly.
* src/closure.h (closure): Mention sorting.
ChangeLog
src/LR0.c
src/closure.c
src/closure.h