Updated TODO

git-svn-id: http://picoc.googlecode.com/svn/trunk@160 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
zik.saleeba 2009-03-06 10:42:37 +00:00
parent 86bb48b158
commit 4e0f734572

4
TODO
View file

@ -1,6 +1,6 @@
TODO
* #define
Implement:
* operator precedence
* interactive mode
* '->'
@ -9,6 +9,8 @@ TODO
* enum
* fix #include
Improvements:
* #define with arguments
* pointers to array elements and struct elements
* test character array pointers and dereferencing
* make printf() honour memory constraints