scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 6b87a0492cf186510ad71c5b20fa4e90ec4ff050
parent cdd649037ff739763ef976d4ca707ec021f24401
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed,  5 Aug 2015 08:09:03 +0200

Update TODO

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

diff --git a/cc1/TODO b/cc1/TODO @@ -1,8 +1,6 @@ -* Implement constant expressions * Verify correctness in initializators * emit initializators * emit structures definition -* Define array types based in the value of constant expressions * Rewrite decl.c and use only one decl function with a function pointer parameter * Allow external declarations of incomplete array types