mirror of https://github.com/aamine/cbc
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:
parent
234bd96642
commit
d0d97c01d6
7
ToDo
7
ToDo
|
|
@ -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*)**
|
||||
|
|
|
|||
Loading…
Reference in New Issue