scc

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

commit 0f0f3817a993e617ecc06c1fe2df4f196d399eee
parent ee04902bc672586ad9963bd85155c3d28cdab47d
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Tue, 26 Jan 2016 22:10:39 +0100

Update TODO

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

diff --git a/cc1/TODO b/cc1/TODO @@ -9,4 +9,8 @@ * Add correct emit for any kind of constant * Add warning when some ANSI limit is violated. * Free memory in emit after some error happened. -* Rewrite initializers to deal with the idea of "current object" -\ No newline at end of file +* Rewrite initializers to deal with the idea of "current object" +* Add some test about pointer airthmetic. +* Merge all the definitions of the same string +* Do not assign identifierss until symbols are emitted. This change will + avoid identifiers that are not emitted.