diff options
author | Araq <rumpf_a@web.de> | 2013-05-01 14:48:40 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-05-01 14:48:40 +0200 |
commit | 56045ad7ff06c8dc7e3b1c4ac9ae3cb083fae485 (patch) | |
tree | ea8099ab8eb1c5e7f8407f75eeb610213de9773d /todo.txt | |
parent | eaeb26f0037b04f58b755770e3ba401cb0b877a2 (diff) | |
download | Nim-56045ad7ff06c8dc7e3b1c4ac9ae3cb083fae485.tar.gz |
bugfixes mostly JS related
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 2 |
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 |