diff options
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/todo.txt b/todo.txt index 91cd02429..dda33cf0a 100755 --- a/todo.txt +++ b/todo.txt @@ -2,12 +2,10 @@ version 0.9.0 ============= - make 'bind' default for templates and introduce 'mixin' +- make 'm: stmt' use overloading resolution - implicit deref for parameter matching - optimize genericAssign in the code generator -- the lookup rules for generics really are too permissive; global scope only - doesn't fly with closures though; for a start add a warning when processing - generic code Bugs @@ -38,7 +36,7 @@ version 0.9.XX echo a echo b) -- make 'm: stmt' use overloading resolution +- implement the "snoopResult" pragma - implement "closure tuple consists of a single 'ref'" optimization - implement for loop transformation for first class iterators - JS gen: |