documented AST overloading and some TR optimizations

This commit is contained in:
Araq
2012-12-09 03:02:52 +01:00
parent 40b611cc2f
commit 92f8f2e776
6 changed files with 109 additions and 10 deletions

View File

@@ -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

View File

@@ -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