diff options
author | Araq <rumpf_a@web.de> | 2012-02-06 08:44:18 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-02-06 08:44:18 +0100 |
commit | 161f6f7229e6003c8ee512150793b2f9b5a2f6f3 (patch) | |
tree | dfba73f1e3830dfabbc58283714b1c18f15e4e9d /web | |
parent | fd4836a5d6e4e2c7b37adc6efdea325b76b9d59f (diff) | |
download | Nim-161f6f7229e6003c8ee512150793b2f9b5a2f6f3.tar.gz |
further steps for closure support
Diffstat (limited to 'web')
-rwxr-xr-x | web/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/index.txt b/web/index.txt index 4ef128ad8..fb208b98f 100755 --- a/web/index.txt +++ b/web/index.txt @@ -107,9 +107,9 @@ Roadmap to 1.0 Version 0.9.0 * closures - * recursive iterators/coroutines Version 0.9.x + * recursive iterators/coroutines * 2-phase type system for better interaction between macros, templates and overloading * term rewriting macros |