2009-01-05 06:30:12 -05:00
|
|
|
TODO
|
|
|
|
|
|
|
|
* pointers
|
|
|
|
* switch
|
|
|
|
* operator precedence
|
|
|
|
* enum
|
|
|
|
* interactive mode
|
|
|
|
|
2009-01-21 04:02:05 -05:00
|
|
|
|
|
|
|
Also:
|
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
|
2009-02-15 02:39:41 -05:00
|
|
|
* Clean up the two types of stack frame
|