summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-09 03:02:52 +0100
committerAraq <rumpf_a@web.de>2012-12-09 03:02:52 +0100
commit92f8f2e7766d6c5475f643a17df88aa680a4e5dc (patch)
tree197e8e6af6f3be022389c38a864ac2607b7f8f07 /web/news.txt
parent40b611cc2f7d5cf4972dfb92fc63f0bb350adf89 (diff)
downloadNim-92f8f2e7766d6c5475f643a17df88aa680a4e5dc.tar.gz
documented AST overloading and some TR optimizations
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt1
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