picoc/TODO
zik.saleeba 7f5aa8e701 Updated TODO
git-svn-id: http://picoc.googlecode.com/svn/trunk@107 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-02-24 04:53:01 +00:00

26 lines
693 B
Plaintext

TODO
* move stdio functions into an implementation-specific file
* make sure everything compiles without much library support
* make printf() honour memory constraints
* 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