diff options
author | Araq <rumpf_a@web.de> | 2012-06-22 17:28:45 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-22 17:28:45 +0200 |
commit | 09499b3822b30bd1b88addcb78344d458586001f (patch) | |
tree | d1f5f7667329de051f92c0cbcdf3153be58e2cc0 /todo.txt | |
parent | a6e0679aebd30eb99989a35082b6ac4912334776 (diff) | |
download | Nim-09499b3822b30bd1b88addcb78344d458586001f.tar.gz |
documented 'immediate' templates
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 6a0845bcd..3fc3a6484 100755 --- a/todo.txt +++ b/todo.txt @@ -10,6 +10,7 @@ New pragmas: - ``hoist`` pragma for loop hoisting - implement ``byCopy`` pragma +- ``borrow`` needs to take type classes into account - complete and document optional indentation for 'case' statement - make templates hygienic by default: try to gensym() everything in the 'block' of a template; find a better solution for gensym instead of `*ident` |