* doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
headers.
tests: check token numbers.
* tests/input.at (Numbered tokens): New.
+2009-05-11 Akim Demaille <demaille@gostai.com>
+
+ doc: use C++ headers.
+ * doc/bison.texinfo (Calc++ Scanner): Prefer C++ headers to C
+ headers.
+
2009-05-04 Akim Demaille <demaille@gostai.com>
bison: catch bad symbol names.
identifiers: dashes are letters.
Dashes can now start identifiers (symbols and directives).
-
+
* src/scan-gram.l ({letter}): Add dash.
({id}): Remove it.
* tests/input.at (Symbols): Adjust.
@example
%@{ /* -*- C++ -*- */
# include <cstdlib>
-# include <errno.h>
-# include <limits.h>
+# include <cerrno>
+# include <climits>
# include <string>
# include "calc++-driver.hh"
# include "calc++-parser.hh"