diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-10-29 15:40:50 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-10-29 15:40:50 +0100 |
commit | 29c075299d12111cf8925a14d544008fb416ec7e (patch) | |
tree | 2ceed8eb9991249961f680c77ebe00a4d7dc8d84 /todo.txt | |
parent | 6a3288a60e78c9b17f2640fff20ab94969914974 (diff) | |
download | Nim-29c075299d12111cf8925a14d544008fb416ec7e.tar.gz |
made nimresolve part of the compiler
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 509e225b6..7c2a9088d 100644 --- a/todo.txt +++ b/todo.txt @@ -1,8 +1,7 @@ version 1.0 battle plan ======================= -- make nimresolve part of the Nim compiler and add support for - 'import staticExec()' +- make FlowVar compatible to Futures - remove 'mod x' type rule - implement x[^1] differently, no compiler magic - fix "high priority" bugs |