implemented generic multi methods

This commit is contained in:
Araq
2013-01-16 08:42:30 +01:00
parent c9690864d4
commit c43697b59a
9 changed files with 81 additions and 31 deletions

View File

@@ -57,6 +57,7 @@ Language Additions
symbol forwarding so client modules don't have to import a module's
dependencies explicitly.
- Overloading based on ASTs has been implemented.
- Generics are now supported for multi methods.
2012-09-23 Version 0.9.0 released