]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/LR0.c: Attach shifts to states as soon as they are
[bison.git] / ChangeLog
index 0f175943c01f8178c48840d7a47b52a0b3a0a4df..f80e35c6e0a77b90769643ac4a1437f8ef36aa3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2001-12-10  Akim Demaille  <akim@epita.fr>
+
+       * src/LR0.c: Attach shifts to states as soon as they are
+       computed.
+       * src/lalr.c (set_state_table): Instead of assigning shifts to
+       state, just assert that the mapping was properly done.
+
+       
 2001-12-10  Akim Demaille  <akim@epita.fr>
 
        * src/LR0.c (insert_start_shift): Rename as...