TODO update
authorMatthias Braun <matze@braunis.de>
Fri, 15 Feb 2008 14:49:30 +0000 (14:49 +0000)
committerMatthias Braun <matze@braunis.de>
Fri, 15 Feb 2008 14:49:30 +0000 (14:49 +0000)
[r18869]

TODO

diff --git a/TODO b/TODO
index 7a6a33a..51176d4 100644 (file)
--- a/TODO
+++ b/TODO
@@ -14,8 +14,7 @@ Parser:
   not resetting the current context properly (parse_for); expect in expressions
   suddenly return NULL which triggers asserts
 - label: declaration; is no valid C99 but we parse it anyway
-- designator support for initializers
-- add constant folding code
+- add constant folding code (optional, ast2firm already does it)
 - Refactor code, so code to handle number values (and strings?) is an own
   module and replacable
 - Support some attributes. noreturn, unused, printf, scanf, packed would be