Implement closures and bound methods

This commit is contained in:
Ayke van Laethem
2018-09-02 03:13:39 +02:00
parent 58b853bbef
commit 58c87329d4
5 changed files with 357 additions and 49 deletions
+2 -1
View File
@@ -48,13 +48,14 @@ Currently supported features:
* slices (partially)
* maps (very rough, unfinished)
* defer (only in trivial cases)
* closures
* bound methods
Not yet supported:
* complex numbers
* garbage collection
* recover
* closures
* channels
* introspection (if it ever gets implemented)
* ...