summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-26 01:00:32 +0200
committerAraq <rumpf_a@web.de>2012-06-26 01:00:32 +0200
commitb5d34242ca7156ec702f8e63a01c9cd059d28e5f (patch)
tree4c44e50159d95b15f3ac82ddead4212384526fd3 /todo.txt
parent5a838d3e06222f44b4c9876774ea2bd304afcc49 (diff)
downloadNim-b5d34242ca7156ec702f8e63a01c9cd059d28e5f.tar.gz
added proc annotations: macros invoked as pragmas
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 9b9755664..c77b8680f 100755
--- a/todo.txt
+++ b/todo.txt
@@ -11,6 +11,7 @@ New pragmas:
 - ``borrow`` needs to take type classes into account
 - make templates hygienic by default: try to gensym() everything in the 'block'
   of a template; find a better solution for gensym instead of `*ident`
+- make use of ``tyIter`` to fix the implicit items/pairs issue
 - ``=`` should be overloadable; requires specialization for ``=``
 - optimize genericAssign in the code generator
 - fix remaining closure bugs: