mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-10 04:43:03 +00:00
* 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:
10
ChangeLog
10
ChangeLog
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user