picoc/TODO
zik.saleeba e5fa7017f0 Better checks on pointers.
Pointer offsets are now honoured.


git-svn-id: http://picoc.googlecode.com/svn/trunk@259 21eae674-98b7-11dd-bd71-f92a316d2d60
2009-04-22 07:23:26 +00:00

27 lines
714 B
Plaintext

TODO
Bugs:
* assignment in declarators: int *b = &a;
Implement:
* pointer arithmetic
* ternary operator
* casts
* char access/char array access/char * access
* an easier way of checking pointers in library code
* evaluate only first argument of && and || if possible
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
* check for no value returned in functions with a return value
* native pointer access?
Need test/debug:
* new/delete heap allocation