all ToDo completed

git-svn-id: file:///Users/aamine/c/gitwork/public/cbc/trunk@4090 1b9489fe-b721-0410-924e-b54b9192deb8
This commit is contained in:
Minero Aoki 2008-11-16 15:02:27 +00:00
parent 234bd96642
commit d0d97c01d6
1 changed files with 3 additions and 4 deletions

7
ToDo
View File

@ -2,10 +2,6 @@
== Current
* type handling
* "extern char*[] sys_errlist" is array, not pointer
- &puts should be typed as int(*)(char*)*, not int(*)(char*)**
== Done
- generate resolved AST
@ -258,3 +254,6 @@
- implement difference against PIC
- check opassign semantic as operator
- use enum for compiler mode.
- type handling
- "extern char*[] sys_errlist" is array, not pointer
- &puts should be typed as int(*)(char*)*, not int(*)(char*)**