a59be13de3
git-svn-id: http://picoc.googlecode.com/svn/trunk@34 21eae674-98b7-11dd-bd71-f92a316d2d60
20 lines
298 B
Plaintext
20 lines
298 B
Plaintext
TODO
|
|
|
|
* struct
|
|
* pointers
|
|
* switch
|
|
* arrays
|
|
* operator precedence
|
|
* enum
|
|
* interactive mode
|
|
|
|
New type system:
|
|
* basic types: picoc int, picoc char, native int, native char
|
|
* structs
|
|
* arrays of picoc types or structs
|
|
* pointers to:
|
|
|
|
|
|
Also:
|
|
* Change function store system to use dynamic allocation
|