summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-20 08:49:42 +0200
committerAraq <rumpf_a@web.de>2012-07-20 08:49:42 +0200
commit1c6f14deeeb3dc6acb41efba886e4999a8621a4a (patch)
treefc7d16bef573ed2423bc8961f9b6ebba681ea4ed /todo.txt
parent43f057c5aa23cf2cc441906737cd53fda90811c7 (diff)
downloadNim-1c6f14deeeb3dc6acb41efba886e4999a8621a4a.tar.gz
added system.compiles
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt2
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;