summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-01-29 14:44:53 +0100
committerAraq <rumpf_a@web.de>2011-01-29 14:44:53 +0100
commitc9f4ad0613dd5b7d0f3942b39ba212a136da3986 (patch)
treebeb97b7c70809da9c4cfcbcfd785a9dd97e0266f /todo.txt
parent36accda8aaef4bd8daaf23e3eb369c2ca540f224 (diff)
downloadNim-c9f4ad0613dd5b7d0f3942b39ba212a136da3986.tar.gz
--recursivePath may handle dots correctly now
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt
index 51ab7d592..3538b656b 100755
--- a/todo.txt
+++ b/todo.txt
@@ -2,8 +2,6 @@
   add --deadlock_prevention:on|off switch
 - built-in serialization
 
-- ban ``nil`` from the AST. This might also fix bugs concerning macros.
-
 - we need a way to disable tests
 - deprecate ^ and make it available as operator
 - test branch coverage
@@ -68,6 +66,8 @@ Low priority
 - fast assignment optimization for TPeg
 - better error messages for used keywords as identifiers
 - case statement branches should support constant sets
+- ban ``nil`` from the AST. This might also fix bugs concerning macros.
+
 
 Library
 -------