2009-01-05 06:30:12 -05:00
|
|
|
TODO
|
|
|
|
|
|
|
|
* pointers
|
|
|
|
* operator precedence
|
|
|
|
* enum
|
|
|
|
* interactive mode
|
2009-02-20 21:35:52 -05:00
|
|
|
* casts
|
|
|
|
* change heap to use a single consistent freelist node struct
|
|
|
|
* periodic heap cleanup
|
|
|
|
* fix type comparison to take into account array size
|
|
|
|
* expression and auto-cast support for all types
|
|
|
|
* octal/hex character constants
|
|
|
|
* fix #include
|
|
|
|
* eliminate host printf/scanf use
|
2009-01-05 06:30:12 -05:00
|
|
|
|
2009-02-20 21:35:52 -05:00
|
|
|
Need test/debug:
|
|
|
|
* all break/continue variations
|
|
|
|
* #define
|
2009-01-21 04:02:05 -05:00
|
|
|
|
|
|
|
Also:
|
2009-01-26 03:57:32 -05:00
|
|
|
* Remove Var parameter from HeapPopStack() once we're certain it all works
|