diff options
author | Araq <rumpf_a@web.de> | 2012-12-19 08:44:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-19 08:44:20 +0100 |
commit | c73d9fdd4c5d216b75ae4dc7659ea6c19c13ad15 (patch) | |
tree | 51f44d636986f33b40aaeb88247485a036d54642 /todo.txt | |
parent | 3e514cd5dc1f95561be4fa39bf4881fb40be9529 (diff) | |
download | Nim-c73d9fdd4c5d216b75ae4dc7659ea6c19c13ad15.tar.gz |
small examples work with the FFI
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/todo.txt b/todo.txt index 3d8859fc2..2a6a45370 100755 --- a/todo.txt +++ b/todo.txt @@ -1,9 +1,12 @@ version 0.9.2 ============= +- FFI: + * proper byte buffers + * support for arrays + * support for tuples/objects + * make system.nim aware of nimffi - fix closure bug finally -- test&finish first class iterators: - * nested iterators - fix marshal bug - investigate nimgame bug @@ -11,6 +14,8 @@ version 0.9.2 version 0.9.X ============= +- test&finish first class iterators: + * nested iterators - implement the missing features wrt inheritance - implement generic methods - improve the compiler as a service |