diff options
author | Zahary Karadjov <zahary@gmail.com> | 2012-09-27 22:44:32 +0300 |
---|---|---|
committer | Zahary Karadjov <zahary@gmail.com> | 2012-09-27 22:44:52 +0300 |
commit | 88ea9073c371c7bc43035a0c756d3ded4b83e0aa (patch) | |
tree | 2aaf6378ac25fbe8a87aaf0466ff74e3dd9fcf5d /todo.txt | |
parent | 04c5f58ce4a5c41e1b3ec758479bd58c6b2f33ae (diff) | |
download | Nim-88ea9073c371c7bc43035a0c756d3ded4b83e0aa.tar.gz |
missing documentation added to the manual
documented: * closures and the do notation * type classes * return type inference * typedesc parameters and values * destructor pragma * fixed a number of typos
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index f2ff040d5..34d5059ce 100755 --- a/todo.txt +++ b/todo.txt @@ -43,7 +43,6 @@ version 0.9.XX - test evals.nim with closures - what about macros with closures? -- document 'do' notation - allow implicit forward declarations of procs via a pragma (so that the wrappers can deactivate it) - rethink the syntax: distinction between expr and stmt is unfortunate; @@ -52,7 +51,7 @@ version 0.9.XX a full blown statement; a ``try`` expression might be a good idea to make error handling more light-weight - ``=`` should be overloadable; requires specialization for ``=`` -- document destructors; don't work yet when used as expression +- fix destructors; don't work yet when used as expression - make use of ``tyIter`` to fix the implicit items/pairs issue - better support for macros that rewrite procs - macros need access to types and symbols |