]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* data/bison.c++: Correct error recovery. Make the user able to
[bison.git] / ChangeLog
index 15424ae5efd80ecf2e4793e78ca4a64a3ef28978..a7126def6143c2684135157d20b31257f22c4f59 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2002-02-08  Robert Anisko  <robert@lrde.epita.fr>
+
+       * data/bison.c++: Correct error recovery.  Make the user able to
+       initialize the starting location.
+
+2002-02-07  Akim Demaille  <akim@epita.fr>
+
+       * tests/input.at: New.
+
+2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
+
+       * data/bison.c++: Replace some direct m4 expansions by constants.  Be
+       more consistent when naming methods and variables.  Put preprocessor
+       directives around tables only needed for debugging.
+
+2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
+
+       * data/bison.c++ (yy::b4_name::print_): New method, replaces yyprint in
+       C++ parsers.
+       (yy::b4_name::parse): Use print_.
+
+2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
+
+       * data/bison.c++ (yy::b4_name::parse): Error recovery is back.
+
 2002-02-07  Robert Anisko  <robert@lrde.epita.fr>
 
        * data/bison.c++ (yy::b4_name::error_): New method, replaces yyerror in