2009-01-05 06:30:12 -05:00
|
|
|
TODO
|
|
|
|
|
|
|
|
* struct
|
|
|
|
* pointers
|
|
|
|
* switch
|
|
|
|
* arrays
|
|
|
|
* operator precedence
|
|
|
|
* enum
|
|
|
|
* interactive mode
|
|
|
|
|
2009-01-21 04:02:05 -05:00
|
|
|
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
|
2009-01-23 06:34:12 -05:00
|
|
|
* Check for Alloc returns checking NULL
|
2009-01-26 03:57:32 -05:00
|
|
|
* Do we really need OnHeap? Isn't every value on the stack anyway?
|
|
|
|
* Remove Var parameter from HeapPopStack() once we're certain it all works
|