diff options
author | Araq <rumpf_a@web.de> | 2012-12-09 03:02:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-09 03:02:52 +0100 |
commit | 92f8f2e7766d6c5475f643a17df88aa680a4e5dc (patch) | |
tree | 197e8e6af6f3be022389c38a864ac2607b7f8f07 /todo.txt | |
parent | 40b611cc2f7d5cf4972dfb92fc63f0bb350adf89 (diff) | |
download | Nim-92f8f2e7766d6c5475f643a17df88aa680a4e5dc.tar.gz |
documented AST overloading and some TR optimizations
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/todo.txt b/todo.txt index 3854102c2..141acfa93 100755 --- a/todo.txt +++ b/todo.txt @@ -1,18 +1,12 @@ version 0.9.2 ============= -- document overloading based on ASTs - - implement ``partial`` pragma for partial evaluation: easily done with AST - overloading - - ``hoist`` pragma for loop hoisting: can be easily done with - AST overloading + global - - move semantics - - test&finish first class iterators: * nested iterators * test generic iterators - fix closure bug finally - fix marshal bug +- make PDF generation of the docs work again version 0.9.X |