summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-30 12:29:56 +0200
committerAraq <rumpf_a@web.de>2012-06-30 12:29:56 +0200
commitee1bcb6414a50642811632a92a803840c1c67036 (patch)
tree07e2be9d40db1a33cc29cf9d6f9f2dac9b9a5f38 /todo.txt
parent2900ceae3580a9f1e83b500cf1abcdfe77762cad (diff)
downloadNim-ee1bcb6414a50642811632a92a803840c1c67036.tar.gz
dead code elimination for JS backend; JS improvements (but doesn't work yet)
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/todo.txt b/todo.txt
index a33afe362..13eecc584 100755
--- a/todo.txt
+++ b/todo.txt
@@ -7,6 +7,7 @@ Debug GC session:
 New pragmas:
 - ``hoist`` pragma for loop hoisting
 - test & document ``byCopy`` pragma
+- document destructors
 
 - ``borrow`` needs to take type classes into account
 - make templates hygienic by default: try to gensym() everything in the 'block'
@@ -50,8 +51,7 @@ version 0.9.XX
 - implicit ref/ptr->var conversion; the compiler may store an object
   implicitly on the heap for write barrier efficiency; better: 
   proc specialization in the code gen
-- EcmaScript needs a new and better code gen: simply adapt the C code gen to it
-- dead code elim for JS backend; 'of' operator for JS backend
+- 'of' operator for JS backend
 - tlastmod returns wrong results on BSD (Linux, MacOS X: works)
 - nested tuple unpacking; tuple unpacking in non-var-context
 - 'nimrod def': does not always work?
@@ -104,7 +104,7 @@ Low priority
 - change how comments are part of the AST
 - ``with proc `+`(x, y: T): T`` for generic code
 - new feature: ``distinct T with operations``
-- implement the "easy" constructors idea; document destructors
+- implement the "easy" constructors idea
 - code generated for type information is wasteful
 - resizing of strings/sequences could take into account the memory that
   is allocated