![zik.saleeba](/assets/img/avatar_default.png)
git-svn-id: http://picoc.googlecode.com/svn/trunk@100 21eae674-98b7-11dd-bd71-f92a316d2d60
23 lines
530 B
Plaintext
23 lines
530 B
Plaintext
TODO
|
|
|
|
* pointers
|
|
* operator precedence
|
|
* enum
|
|
* interactive mode
|
|
* 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 puts use
|
|
* move all system specific includes to a single file
|
|
|
|
Need test/debug:
|
|
* all break/continue variations
|
|
* #define
|
|
|
|
Also:
|
|
* Remove Var parameter from HeapPopStack() once we're certain it all works
|