README: Mark a few features as supported

This commit is contained in:
Ayke van Laethem
2018-08-18 15:58:22 +02:00
parent ad9a62f260
commit bfe9b52661
+3 -2
View File
@@ -42,19 +42,20 @@ Currently supported features:
* interfaces for basic types (with type switches and asserts)
* goroutines (very initial support)
* function pointers (non-blocking)
* interface methods
* standard library (but most packages won't work due to missing language
features)
Not yet supported:
* float, complex, etc.
* maps
* slices
* interface methods
* garbage collection
* defer
* closures
* channels
* introspection (if it ever gets implemented)
* standard library (needs more language support)
* ...
## Analysis