diff options
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index eec4985b5..03a619b66 100755 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,13 @@ version 0.9.0 ============= -- make 'bind' default for templates and introduce 'mixin' +- fix tirc capture of 'result' + + +version 0.9.2 +============= +- make 'bind' default for templates and introduce 'mixin' - implicit deref for parameter matching; overloading based on 'var T' - optimize genericAssign in the code generator @@ -173,4 +178,6 @@ Version 2 and beyond case x with `=~` -- implement ``partial`` pragma for partial evaluation +- implement ``partial`` pragma for partial evaluation: easily done with AST + overloading + |