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.
This commit is contained in:
Akim Demaille
2008-11-11 16:08:44 +01:00
parent c944f7f22d
commit 1a7a65f9d5
3 changed files with 38 additions and 10 deletions
+8
View File
@@ -1,3 +1,11 @@
2008-11-11 Akim Demaille <[email protected]>
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 <[email protected]>
Simplify lalr1.cc since %defines is mandatory.