scc

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

commit b0f0a5fc5dfa715dc85d42797c1194e1cc2ec491
parent 29c41bb0dff693a78b4a77a0a3485eb340e07a6c
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 17 May 2016 17:00:11 +0200

[cc1] Update TODO

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

diff --git a/cc1/TODO b/cc1/TODO @@ -1,8 +1,5 @@ * Verify correctness in initializators -* emit automatic initializators * Implement bitfields -* Define data structure shared between cc1 and cc2 with the type - information * Rewrite error recovery code, and ensure correct state after recovery * Parse correctly all integer and float constants * Add C99 features (almost all the new features of C99 are missed)