Updated TODO
git-svn-id: http://picoc.googlecode.com/svn/trunk@158 21eae674-98b7-11dd-bd71-f92a316d2d60
This commit is contained in:
parent
3bdbb51d5c
commit
6436319fa6
16
TODO
16
TODO
|
@ -1,26 +1,26 @@
|
||||||
TODO
|
TODO
|
||||||
|
|
||||||
* assignment on declaration
|
* #define
|
||||||
* pointers to array elements and struct elements
|
|
||||||
* operator precedence
|
* operator precedence
|
||||||
* test character array pointers and dereferencing
|
|
||||||
* '->'
|
|
||||||
* make printf() honour memory constraints
|
|
||||||
* interactive mode
|
* interactive mode
|
||||||
|
* '->'
|
||||||
|
* pointer arithmetic
|
||||||
* casts
|
* casts
|
||||||
* enum
|
* enum
|
||||||
* pointer arithmetic
|
* fix #include
|
||||||
|
|
||||||
|
* pointers to array elements and struct elements
|
||||||
|
* test character array pointers and dereferencing
|
||||||
|
* make printf() honour memory constraints
|
||||||
* fix type comparison to take into account array size
|
* fix type comparison to take into account array size
|
||||||
* fix return of array types
|
* fix return of array types
|
||||||
* expression and auto-cast support for all types
|
* expression and auto-cast support for all types
|
||||||
* change heap to use a single consistent freelist node struct
|
* change heap to use a single consistent freelist node struct
|
||||||
* periodic heap cleanup
|
* periodic heap cleanup
|
||||||
* octal/hex character constants
|
* octal/hex character constants
|
||||||
* fix #include
|
|
||||||
|
|
||||||
Need test/debug:
|
Need test/debug:
|
||||||
* all break/continue variations
|
* all break/continue variations
|
||||||
* #define
|
|
||||||
|
|
||||||
Also:
|
Also:
|
||||||
* Remove Var parameter from HeapPopStack() once we're certain it all works
|
* Remove Var parameter from HeapPopStack() once we're certain it all works
|
||||||
|
|
Loading…
Reference in a new issue