diff options
author | Araq <rumpf_a@web.de> | 2012-07-20 08:49:42 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-20 08:49:42 +0200 |
commit | 1c6f14deeeb3dc6acb41efba886e4999a8621a4a (patch) | |
tree | fc7d16bef573ed2423bc8961f9b6ebba681ea4ed /todo.txt | |
parent | 43f057c5aa23cf2cc441906737cd53fda90811c7 (diff) | |
download | Nim-1c6f14deeeb3dc6acb41efba886e4999a8621a4a.tar.gz |
added system.compiles
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 143775de7..4cd1eed4f 100755 --- a/todo.txt +++ b/todo.txt @@ -18,6 +18,8 @@ New pragmas: - fix evals.nim with closures - implement "closure tuple consists of a single 'ref'" optimization - make closure default calling convention for proc types + - make 'raiseHook' take a closure and provide push and pop for this + --> Lisp-style exception system - document 'do' notation - rethink the syntax: distinction between expr and stmt is unfortunate; |