diff options
author | Araq <rumpf_a@web.de> | 2012-06-26 01:00:32 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-26 01:00:32 +0200 |
commit | b5d34242ca7156ec702f8e63a01c9cd059d28e5f (patch) | |
tree | 4c44e50159d95b15f3ac82ddead4212384526fd3 /todo.txt | |
parent | 5a838d3e06222f44b4c9876774ea2bd304afcc49 (diff) | |
download | Nim-b5d34242ca7156ec702f8e63a01c9cd059d28e5f.tar.gz |
added proc annotations: macros invoked as pragmas
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 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: |