diff options
author | Araq <rumpf_a@web.de> | 2012-12-09 03:02:52 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-09 03:02:52 +0100 |
commit | 92f8f2e7766d6c5475f643a17df88aa680a4e5dc (patch) | |
tree | 197e8e6af6f3be022389c38a864ac2607b7f8f07 /web | |
parent | 40b611cc2f7d5cf4972dfb92fc63f0bb350adf89 (diff) | |
download | Nim-92f8f2e7766d6c5475f643a17df88aa680a4e5dc.tar.gz |
documented AST overloading and some TR optimizations
Diffstat (limited to 'web')
-rwxr-xr-x | web/index.txt | 1 | ||||
-rwxr-xr-x | web/news.txt | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/web/index.txt b/web/index.txt index b81ecae0d..207e425ae 100755 --- a/web/index.txt +++ b/web/index.txt @@ -101,7 +101,6 @@ Roadmap to 1.0 ============== Version 0.9.2 - * overloading based on ASTs (like already possible for term rewriting macros) * better interaction between macros, templates and overloading * the symbol binding rules for generics and templates may change again diff --git a/web/news.txt b/web/news.txt index 254e9a57a..802825515 100755 --- a/web/news.txt +++ b/web/news.txt @@ -56,6 +56,7 @@ Language Additions - An ``export`` statement has been added to the language: It can be used for symbol forwarding so client modules don't have to import a module's dependencies explicitly. +- Overloading based on ASTs has been implemented. 2012-09-23 Version 0.9.0 released |