]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Support parens in calc++.
[bison.git] / ChangeLog
index 7931aaffbdfea98522d06fbc6b8dd96d9e6621a4..e03a10431177469aee5d7fb6f89eee418b494b01 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-11-11  Akim Demaille  <demaille@gostai.com>
+
+       Support parens in calc++.
+       * doc/bison.texinfo (Calc++ Scanner, Calc++ Parser): Support parens.
+       * examples/calc++/test (run): Check the expected output.
+       Adjust callers.
+       Check parens too.
+
 2008-11-11  Akim Demaille  <demaille@gostai.com>
 
        Simplify lalr1.cc since %defines is mandatory.