mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 05:23:20 +00:00
Merge branch 'master' of github.com:Araq/Nimrod
This commit is contained in:
7578
doc/manual.txt
7578
doc/manual.txt
File diff suppressed because it is too large
Load Diff
3
todo.txt
3
todo.txt
@@ -44,7 +44,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;
|
||||
@@ -53,7 +52,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
|
||||
|
||||
Reference in New Issue
Block a user