diff options
author | Araq <rumpf_a@web.de> | 2011-11-15 23:03:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-15 23:03:14 +0100 |
commit | 7819b84475ca6ba1cf3e9976c7140ea11775b81d (patch) | |
tree | 4c0fa123e17c88108f812754093a47977a888745 /todo.txt | |
parent | 5f018a504674f5f46520dadb6d9e9a06f30752cc (diff) | |
download | Nim-7819b84475ca6ba1cf3e9976c7140ea11775b81d.tar.gz |
bugfixes: objects still invalid for constants; fixed a typo concerning 'high' in eval context
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
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 |