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/news.txt | |
parent | 40b611cc2f7d5cf4972dfb92fc63f0bb350adf89 (diff) | |
download | Nim-92f8f2e7766d6c5475f643a17df88aa680a4e5dc.tar.gz |
documented AST overloading and some TR optimizations
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |