diff options
author | Araq <rumpf_a@web.de> | 2015-08-21 12:46:30 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-08-21 21:34:15 +0200 |
commit | c56a1f8266bfbaf18e2c0287ad48c7e5cb4b4468 (patch) | |
tree | d786c7fe0285e14f244235261e05f866eb7f988e /todo.txt | |
parent | bfd2fd67f948f6a5ee8815ee866d55d147f53c73 (diff) | |
download | Nim-c56a1f8266bfbaf18e2c0287ad48c7e5cb4b4468.tar.gz |
math.nim works with NimScript
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index 8962e3ca0..82d1f32db 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ version 0.11.4 ============== +- make ``os`` and ``math`` work with NimScript - document special cased varargs[untyped] and varargs[typed] - The remaining bugs of the lambda lifting pass that is responsible to enable |