]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
New experimental feature: display the lookaheads in the report and
[bison.git] / ChangeLog
index b6af28a68ca6a829af8e3ccab6ac8fd56f088452..d49ff431b090f59e2db24efa043b18afbf91f557 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-05-05  Akim Demaille  <akim@epita.fr>
+
+       New experimental feature: display the lookaheads in the report and
+       graph.
+
+       * src/print (print_core): When --trace-flag, display the rules
+       lookaheads.
+       * src/print_graph.c (print_core): Likewise.
+       Swap the arguments.
+       Adjust caller.
+
+2002-05-05  Akim Demaille  <akim@epita.fr>
+
+       * tests/torture.at (Many lookaheads): New test.
+
 2002-05-05  Akim Demaille  <akim@epita.fr>
 
        * src/output.c (GENERATE_OUTPUT_TABLE): Replace with...