From: Matthias Braun Date: Fri, 15 Feb 2008 14:49:30 +0000 (+0000) Subject: TODO update X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=66f159e98b92550882c0763a26bb13966262389e;p=cparser TODO update [r18869] --- diff --git a/TODO b/TODO index 7a6a33a..51176d4 100644 --- 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