summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-09 03:02:52 +0100
committerAraq <rumpf_a@web.de>2012-12-09 03:02:52 +0100
commit92f8f2e7766d6c5475f643a17df88aa680a4e5dc (patch)
tree197e8e6af6f3be022389c38a864ac2607b7f8f07 /todo.txt
parent40b611cc2f7d5cf4972dfb92fc63f0bb350adf89 (diff)
downloadNim-92f8f2e7766d6c5475f643a17df88aa680a4e5dc.tar.gz
documented AST overloading and some TR optimizations
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt8
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