Defer for trivial cases

This commit is contained in:
Ayke van Laethem
2018-09-01 17:09:56 +02:00
parent cd2a9d99a1
commit 58b853bbef
3 changed files with 49 additions and 1 deletions
+2 -1
View File
@@ -47,12 +47,13 @@ Currently supported features:
features)
* slices (partially)
* maps (very rough, unfinished)
* defer (only in trivial cases)
Not yet supported:
* complex numbers
* garbage collection
* defer
* recover
* closures
* channels
* introspection (if it ever gets implemented)