* doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an

error code.
(Calc++ Scanner): Exit with failure if we can't open the input
file.
Accept "-" standing for stdin.
(Calc++ Top Level): Print the result only if the parsing was
successful.
This commit is contained in:
Akim Demaille
2007-01-16 13:11:30 +00:00
parent 7cff04b572
commit bb32f4f284
2 changed files with 25 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
2007-01-16 Akim Demaille <akim@epita.fr>
* doc/bison.texinfo (Calc++ Parsing Driver): Let "parse" return an
error code.
(Calc++ Scanner): Exit with failure if we can't open the input
file.
Accept "-" standing for stdin.
(Calc++ Top Level): Print the result only if the parsing was
successful.
2007-01-16 Akim Demaille <akim@epita.fr>
* data/lalr1.cc (yy_reduce_print_): Add a missing end-of-line.