mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-20 06:20:38 +00:00
documented AST overloading and some TR optimizations
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user