picoc/TODO
zik.saleeba 48dc9c02a8 updated TODO
git-svn-id: http://picoc.googlecode.com/svn/trunk@246 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-04-15 07:48:57 +00:00

19 lines
449 B
Plaintext

TODO
Implement:
* pointer arithmetic
* casts
* char access/char array access/char * access
Improvements:
* #define with arguments
* fix type comparison to take into account array size
* fix return of array types
* expression and auto-cast support for all types
* periodic heap cleanup
* octal/hex character constants
* see if we can use ParserCopyPos() in other places rather than copying everything
Need test/debug:
* new/delete heap allocation