diff options
author | Araq <rumpf_a@web.de> | 2014-03-02 23:46:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-03-02 23:46:20 +0100 |
commit | 614557994ec6143e20c1f2534f0a6fa87ca4c0c4 (patch) | |
tree | 051c6f03d994efa16aaf6c29e31bbc6044be03d7 /todo.txt | |
parent | c55f5b34ee4d3c44c21b17c93e8d38dd867fb9cc (diff) | |
download | Nim-614557994ec6143e20c1f2534f0a6fa87ca4c0c4.tar.gz |
the compiler is now aware of packages
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 5cbe2fe8b..974e18360 100644 --- a/todo.txt +++ b/todo.txt @@ -2,7 +2,6 @@ version 0.9.4 ============= - fix gensym capture bug -- make the compiler aware of packages - vm - at least try to get the basic type zoo ops right - optimize opcAsgnStr |