diff options
author | Araq <rumpf_a@web.de> | 2012-05-27 16:22:48 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-05-27 16:22:48 +0200 |
commit | bb7a14fec0fe3b88cddb51ae9550c2b6a4d75099 (patch) | |
tree | 9682df8488441fce144a57de213b240d760e98ba /todo.txt | |
parent | 7a249eb8c183cf0db0a49b82ee80700e08473e66 (diff) | |
download | Nim-bb7a14fec0fe3b88cddb51ae9550c2b6a4d75099.tar.gz |
bugfix: UFCS for templates (ttempl3.nim enhanced)
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 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 |