diff options
author | Araq <rumpf_a@web.de> | 2011-08-10 00:43:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-08-10 00:43:58 +0200 |
commit | 72e7a98543e711164574664b0f280637fce28f89 (patch) | |
tree | 7dde5ef617a4f356b157fed9a5686022940f05be /todo.txt | |
parent | 7000cf51b7c53808624dd7202c4213b84aacf708 (diff) | |
download | Nim-72e7a98543e711164574664b0f280637fce28f89.tar.gz |
added system.slurp for easy embedding of resources
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 1dd6853fc..eb8b783a1 100755 --- a/todo.txt +++ b/todo.txt @@ -19,6 +19,7 @@ version 0.9.0 - change overloading resolution - implement closures; implement proper coroutines - make exceptions compatible with C++ exceptions +- ``=`` should be overloadable; requires specialization for ``=`` Bugs ---- |