comparison todo.txt @ 91:bcdc326b3d6e

Added basic support for list literals in compiler. Updated todo list.
author Mike Pavone <pavone@retrodev.com>
date Sat, 31 Jul 2010 17:17:23 -0400
parents 27bb051d631c
children
comparison
equal deleted inserted replaced
90:c25d75c2440b 91:bcdc326b3d6e
2 "Soon": 2 "Soon":
3 Tail call optimization 3 Tail call optimization
4 Fix Array and Worker memory leaks 4 Fix Array and Worker memory leaks
5 5
6 Needed for compiler to be self-hosting: 6 Needed for compiler to be self-hosting:
7 Add support for List literals in compiler
8 Implement iteration support in Dictionary
9 Tweak extendlib to work with language changes introduced with compiler 7 Tweak extendlib to work with language changes introduced with compiler
10 Tweak compiler to work with language changes introduced with compiler 8 Tweak compiler to work with language changes introduced with compiler
11 9
12 Needed for web site to work in compiler: 10 Needed for web site to work in compiler:
13 Pretty much everything needed for the compiler to be self-hosting 11 Pretty much everything needed for the compiler to be self-hosting