diff todo.txt @ 83:27bb051d631c

Initial implementation of Dictionary
author Mike Pavone <pavone@retrodev.com>
date Tue, 27 Jul 2010 23:33:31 -0400
parents dbe95bfec970
children bcdc326b3d6e
line wrap: on
line diff
--- a/todo.txt	Tue Jul 27 15:23:32 2010 -0400
+++ b/todo.txt	Tue Jul 27 23:33:31 2010 -0400
@@ -5,14 +5,13 @@
 
 Needed for compiler to be self-hosting:
 	Add support for List literals in compiler
-	Implement Dictionary
-	Implement File	
-	Add support for implicit conversions
+	Implement iteration support in Dictionary
 	Tweak extendlib to work with language changes introduced with compiler
 	Tweak compiler to work with language changes introduced with compiler
 
 Needed for web site to work in compiler:
 	Pretty much everything needed for the compiler to be self-hosting
+	Add support for implicit conversions
 	Implement Net Connection (or whatever the TCP connection type gets called)
 	Add support for multi-threaded execution in runtime (not strictly needed)
 	Add support for global stores to compiler/runtime
@@ -31,6 +30,7 @@
 	Support construction of new workers at runtime
 	Get a REPL working on the new stack
 	Flesh out ideas for having limited I/O within transactions
+	Proper implementation of File (fits in with the above)
 	Add module system
 	Exception support