]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/print.c (print_actions): Output the handling of `$' as the
[bison.git] / ChangeLog
index f38481efce5fe733688759674436b71201538d97..2e936b0a1c6ab6917ae05e3e078ab4b3779d06b4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-12-13  Akim Demaille  <akim@epita.fr>
+
+       * src/print.c (print_actions): Output the handling of `$' as the
+       traces do: shifting the token EOF.  Before EOF was treated as a
+       nonterminal.
+       * tests/regression.at: Adjust some tests.
+       * src/print_graph.c (print_core): Complete the set of items via
+       closure.  The next-to-final and final states are still unsatisfying,
+       but that's to be addressed elsewhere.
+       No longer output the rule numbers, but do output the state number.
+       A single loop for the shifts + gotos is enough, but picked a
+       distinct color for each.
+       (print_graph): Initialize and finalize closure.
+
 2001-12-13  Akim Demaille  <akim@epita.fr>
 
        * src/reader.c (readgram): Remove dead code, an strip useless