diff options
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; |