diff options
author | Araq <rumpf_a@web.de> | 2013-01-02 01:17:53 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-01-02 01:17:53 +0100 |
commit | 88a441ea8ea25f7a298a1279e0fb89274e2c544d (patch) | |
tree | cf6ccfc296c2a3df40b2790d0eea1af25c4b1de2 /todo.txt | |
parent | 23b90eaa3aab87a5c34cca4cb13a19611beed084 (diff) | |
download | Nim-88a441ea8ea25f7a298a1279e0fb89274e2c544d.tar.gz |
next steps for FFI at compile time
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt index caecc9b70..67f4e617f 100755 --- a/todo.txt +++ b/todo.txt @@ -27,6 +27,7 @@ version 0.9.X - optimize genericAssign in the code generator - better support for macros that rewrite procs - macros need access to types and symbols (partially implemented) +- result = result shr 8 for the "system()" wrapper - rethink the syntax/grammar: * parser is not strict enough with newlines |