Added some new pointer-related feature requests
git-svn-id: http://picoc.googlecode.com/svn/trunk@252 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
5b16c5c793
commit
a07c3ed286
3
TODO
3
TODO
|
@ -2,9 +2,11 @@ TODO
|
||||||
|
|
||||||
Implement:
|
Implement:
|
||||||
* pointer arithmetic
|
* pointer arithmetic
|
||||||
|
* NULL pointers and pointer comparison
|
||||||
* ternary operator
|
* ternary operator
|
||||||
* casts
|
* casts
|
||||||
* char access/char array access/char * access
|
* char access/char array access/char * access
|
||||||
|
* an easier way of checking pointers in library code
|
||||||
|
|
||||||
Improvements:
|
Improvements:
|
||||||
* #define with arguments
|
* #define with arguments
|
||||||
|
@ -15,6 +17,7 @@ Improvements:
|
||||||
* octal/hex character constants
|
* octal/hex character constants
|
||||||
* see if we can use ParserCopyPos() in other places rather than copying everything
|
* see if we can use ParserCopyPos() in other places rather than copying everything
|
||||||
* check for no value returned in functions with a return value
|
* check for no value returned in functions with a return value
|
||||||
|
* native pointer access?
|
||||||
|
|
||||||
Need test/debug:
|
Need test/debug:
|
||||||
* new/delete heap allocation
|
* new/delete heap allocation
|
||||||
|
|
Loading…
Reference in a new issue