summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-05-01 14:48:40 +0200
committerAraq <rumpf_a@web.de>2013-05-01 14:48:40 +0200
commit56045ad7ff06c8dc7e3b1c4ac9ae3cb083fae485 (patch)
treeea8099ab8eb1c5e7f8407f75eeb610213de9773d /todo.txt
parenteaeb26f0037b04f58b755770e3ba401cb0b877a2 (diff)
downloadNim-56045ad7ff06c8dc7e3b1c4ac9ae3cb083fae485.tar.gz
bugfixes mostly JS related
Diffstat (limited to 'todo.txt')
-rw-r--r--todo.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 768d39747..a5b4fc211 100644
--- a/todo.txt
+++ b/todo.txt
@@ -9,6 +9,8 @@ version 0.9.2
 - document NimMain and check whether it works for threading
 - make use of commonType relation in expressions
 - further expr/stmt unification:
+  - merge nkStmtListExpr and nkStmtList
+  - merge nkBlockExpr and nkBlockStmt
   - rewrite nkCaseExpr handling
   - try except as an expression