+2001-12-10 Akim Demaille <akim@epita.fr>
+
+ * src/LR0.c (augment_automaton): Now that all states have shifts,
+ merge the two cases addition shifts to the initial state.
+
+
+2001-12-10 Akim Demaille <akim@epita.fr>
+
+ * src/lalr.c (set_state_table): Move to...
+ * src/LR0.c: here.
+ * src/lalr.c (lalr): Don't call it...
+ * src/LR0.c (generate_states): do it.
+ * src/LR0.h (first_state): Remove, only the table is used.
+
+
+2001-12-10 Akim Demaille <akim@epita.fr>
+
+ * src/LR0.h (first_shift, first_reduction): Remove.
+ * src/lalr.c: Don't use first_shift: find shifts through the
+ states.
+
+
+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...