scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit af4c86d6dc8ef1f1c89e63805f639bb044ba6d19
parent 7d47a7ba40f28736fffc6dde3bd07a4258373cc8
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri,  4 Sep 2015 18:40:17 +0200

Update TODO

Diffstat:
Mcc1/TODO | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/cc1/TODO b/cc1/TODO @@ -4,7 +4,6 @@ * Define data structure shared between cc1 and cc2 with the type information * Rewrite error recovery code, and ensure correct state after recovery -* Allow comparisions between pointers and 0 * Parse correctly all integer and float constants * Add C99 features (almost all the new features of C99 are missed) * Add correct emit for any kind of constant