From 6436319fa64e38020886beb77026e9f7c760d551 Mon Sep 17 00:00:00 2001 From: "zik.saleeba" Date: Fri, 6 Mar 2009 06:11:05 +0000 Subject: [PATCH] Updated TODO git-svn-id: http://picoc.googlecode.com/svn/trunk@158 21eae674-98b7-11dd-bd71-f92a316d2d60 --- TODO | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/TODO b/TODO index 809729f..c904590 100644 --- a/TODO +++ b/TODO @@ -1,26 +1,26 @@ TODO -* assignment on declaration -* pointers to array elements and struct elements +* #define * operator precedence -* test character array pointers and dereferencing -* '->' -* make printf() honour memory constraints * interactive mode +* '->' +* pointer arithmetic * casts * 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 return of array types * expression and auto-cast support for all types * change heap to use a single consistent freelist node struct * periodic heap cleanup * octal/hex character constants -* fix #include Need test/debug: * all break/continue variations -* #define Also: * Remove Var parameter from HeapPopStack() once we're certain it all works