* doc/bison.texinfo (Destructor Decl): New.

This commit is contained in:
Akim Demaille
2002-11-12 08:35:00 +00:00
parent b1ae9233bc
commit 72f889cca3
3 changed files with 100 additions and 15 deletions

4
NEWS
View File

@@ -3,6 +3,10 @@ Bison News
Changes in version 1.75b:
* %destructor
It is now possible to reclaim the memory associated to symbols
discarded during error recovery. This feature is still experimental.
* Bison now parses C99 lexical constructs like digraphs, UCNs, and
backslash-newline within C escape sequences, as POSIX now requires.