Updated TODO
git-svn-id: http://picoc.googlecode.com/svn/trunk@160 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
86bb48b158
commit
4e0f734572
4
TODO
4
TODO
|
@ -1,6 +1,6 @@
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
* #define
|
Implement:
|
||||||
* operator precedence
|
* operator precedence
|
||||||
* interactive mode
|
* interactive mode
|
||||||
* '->'
|
* '->'
|
||||||
|
@ -9,6 +9,8 @@ TODO
|
||||||
* enum
|
* enum
|
||||||
* fix #include
|
* fix #include
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
* #define with arguments
|
||||||
* pointers to array elements and struct elements
|
* pointers to array elements and struct elements
|
||||||
* test character array pointers and dereferencing
|
* test character array pointers and dereferencing
|
||||||
* make printf() honour memory constraints
|
* make printf() honour memory constraints
|
||||||
|
|
Loading…
Reference in a new issue