picoc/TODO
zik.saleeba 8b410241ee Declarations can now assign an initial value
git-svn-id: http://picoc.googlecode.com/svn/trunk@156 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-03-06 04:55:11 +00:00

27 lines
665 B
Plaintext

TODO
* assignment on declaration
* pointers to array elements and struct elements
* operator precedence
* test character array pointers and dereferencing
* '->'
* make printf() honour memory constraints
* interactive mode
* casts
* enum
* pointer arithmetic
* fix type comparison to take into account array size
* fix return of array types
* expression and auto-cast support for all types
* change heap to use a single consistent freelist node struct
* periodic heap cleanup
* octal/hex character constants
* fix #include
Need test/debug:
* all break/continue variations
* #define
Also:
* Remove Var parameter from HeapPopStack() once we're certain it all works