diff options
author | Araq <rumpf_a@web.de> | 2011-06-26 22:43:38 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-06-26 22:43:38 +0200 |
commit | aa14667ca161049bba66b3096aafbc6e4badadbb (patch) | |
tree | 1e3c88c0bf73867d37383ba31c131b7df60fedd8 /web | |
parent | e25384db8907f846f3c053379cf5b431c4d28760 (diff) | |
download | Nim-aa14667ca161049bba66b3096aafbc6e4badadbb.tar.gz |
bugfix: pegs.nim compiles again
Diffstat (limited to 'web')
-rwxr-xr-x | web/index.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/index.txt b/web/index.txt index 1add676fd..8f1209f52 100755 --- a/web/index.txt +++ b/web/index.txt @@ -108,7 +108,8 @@ Version 0.8.x Version 0.9.0 * closures and anonymous procs * recursive iterators/coroutines - + * 2-phase type system for better interaction between macros, templates + and overloading Planned features beyond 1.0 =========================== |