summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-05-27 16:22:48 +0200
committerAraq <rumpf_a@web.de>2012-05-27 16:22:48 +0200
commitbb7a14fec0fe3b88cddb51ae9550c2b6a4d75099 (patch)
tree9682df8488441fce144a57de213b240d760e98ba /todo.txt
parent7a249eb8c183cf0db0a49b82ee80700e08473e66 (diff)
downloadNim-bb7a14fec0fe3b88cddb51ae9550c2b6a4d75099.tar.gz
bugfix: UFCS for templates (ttempl3.nim enhanced)
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 87f75c0d5..377a57ebe 100755
--- a/todo.txt
+++ b/todo.txt
@@ -23,6 +23,7 @@ version 0.9.0
 - we need to support iteration of 2 different data structures in parallel
 - make exceptions compatible with C++ exceptions
 - change how comments are part of the AST
+- find a better solution for gensym instead of `*ident`
 - extract nimdoc properly and document it finally
 - rethink the syntax: distinction between expr and stmt is unfortunate; 
   indentation handling is quite complex too; problem with exception handling