diff options
author | Araq <rumpf_a@web.de> | 2012-09-15 00:21:10 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-09-15 00:21:10 +0200 |
commit | 214c7a2ebdd15b623dff7e537007c99e66f256cc (patch) | |
tree | a37304594d96e841d96be39bf53fd89969a5ac66 /todo.txt | |
parent | 4a435a8fb4551b03bdcbbbd9b074a51fa46928dd (diff) | |
download | Nim-214c7a2ebdd15b623dff7e537007c99e66f256cc.tar.gz |
implemented a stack trace profiler
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 7ed287284..91cd02429 100755 --- a/todo.txt +++ b/todo.txt @@ -1,7 +1,6 @@ version 0.9.0 ============= -- make 'm: stmt' use overloading resolution - make 'bind' default for templates and introduce 'mixin' - implicit deref for parameter matching @@ -22,6 +21,7 @@ Bugs - bug: the parser is not strict enough with newlines: 'echo "a" echo "b"' compiles - bug: blocks can "export" an identifier but the CCG generates {} for them ... +- bug: what if we pass an iterator to a proc var? iterators use tyProc too ... version 0.9.XX @@ -38,6 +38,7 @@ version 0.9.XX echo a echo b) +- make 'm: stmt' use overloading resolution - implement "closure tuple consists of a single 'ref'" optimization - implement for loop transformation for first class iterators - JS gen: |