changeset 56:220c99e3d84f

updated todo
author thomask
date Fri, 22 Oct 2004 05:43:24 +0000
parents 75472ba72120
children e054b63f33d9
files todo.txt
diffstat 1 files changed, 9 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/todo.txt	Fri Oct 22 05:42:45 2004 +0000
+++ b/todo.txt	Fri Oct 22 05:43:24 2004 +0000
@@ -1,6 +1,8 @@
+(priority)
 * general review / endian issues 
 * remove duplicated tests
 
+(unordered)
 * keyword: asm
 * keyword: body
 * keyword: cent
@@ -38,7 +40,7 @@
 
 * operators
 
-* custom operator implementation
+* custom operator implementations
 
 * octal and decimal integer literals
 
@@ -46,10 +48,10 @@
 
 * IEEE 754 tests
 
-* module initializers & ?destructors?
-	module foo;
-	
-	static this(){
-		... initialization code ...
-	}
+* module initializers & destructors
+
+* maximum possible size of source/name/arrays/strings
 
+* maximum possible amount of aliases / templates / vars / functions in a source file
+
+* howmany sourcefiles can be compiled in one go?