summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-11-15 23:03:14 +0100
committerAraq <rumpf_a@web.de>2011-11-15 23:03:14 +0100
commit7819b84475ca6ba1cf3e9976c7140ea11775b81d (patch)
tree4c0fa123e17c88108f812754093a47977a888745 /todo.txt
parent5f018a504674f5f46520dadb6d9e9a06f30752cc (diff)
downloadNim-7819b84475ca6ba1cf3e9976c7140ea11775b81d.tar.gz
bugfixes: objects still invalid for constants; fixed a typo concerning 'high' in eval context
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index b47d4958e..8415973b9 100755
--- a/todo.txt
+++ b/todo.txt
@@ -19,6 +19,7 @@ version 0.9.0
   --> solve by implicit conversion from varargs to openarray
 - change overloading resolution
 - implement closures; implement proper coroutines
+- implement ``partial`` pragma for partial evaluation
 - implicit invokation of `items` seems nice
 - we need to support iteration of 2 different data structures in parallel
 - make exceptions compatible with C++ exceptions