diff options
author | Araq <rumpf_a@web.de> | 2013-03-07 19:19:40 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2013-03-07 19:19:40 +0100 |
commit | 296e7c9f40a69958579fd8169ddc38cf0a72730c (patch) | |
tree | e17b6534842a2f3452b1fb8073a6e85361a3b861 /todo.txt | |
parent | f1b8f834955d40274e017c6f69528eb88e6f0b05 (diff) | |
download | Nim-296e7c9f40a69958579fd8169ddc38cf0a72730c.tar.gz |
next steps for object construction expressions
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 badcf315c..35ed58e4e 100755 --- a/todo.txt +++ b/todo.txt @@ -41,6 +41,7 @@ version 0.9.X - test&finish first class iterators: * nested iterators - implement the missing features wrt inheritance +- better support for *hard* realtime systems - improve the compiler as a service - better support for macros that rewrite procs - macros need access to types and symbols (partially implemented) |