]> git.saurik.com Git - bison.git/commitdiff
Update.
authorAkim Demaille <akim@epita.fr>
Mon, 17 Jun 2002 18:04:11 +0000 (18:04 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 17 Jun 2002 18:04:11 +0000 (18:04 +0000)
TODO

diff --git a/TODO b/TODO
index d37250321a8609dc6aa4b4627202902cf2551b04..30abb3c4a36d3de2f3004f3cd8f5a428d4f4d0d5 100644 (file)
--- a/TODO
+++ b/TODO
@@ -195,12 +195,6 @@ scheme.  Sources of inspiration include GNU diff, and Free Recode.
 A round of memory leak clean ups would be most welcome.  Dmalloc,
 Checker GCC, Electric Fence, or Valgrind: you chose your tool.
 
-* Memory leaks in the parser
-The same applies to the generated parsers.  In particular, this is
-critical for user data: when aborting a parsing, when handling the
-error token etc., we often throw away yylval without giving a chance
-of cleaning it up to the user.
-
 * --graph
 Show reductions.       []
 
@@ -308,14 +302,6 @@ move to partial orders.
 This will be possible with a Bison parser for the grammar, as it will
 make it much easier to extend the grammar.
 
-* Parsing grammars
-Rewrite the reader in Flex/Bison.  There will be delicate parts, in
-particular, expect the scanner to be hard to write.  Many interesting
-features cannot be implemented without such a new reader.
-
-I'm on it!  I already have a proto that parses (but the actions are
-not fully written yet).  -- Akim
-
 * $undefined
 From Hans:
 - If the Bison generated parser experiences an undefined number in the