updated readme

pull/14/head
pca006132 2020-12-22 16:59:36 +08:00 committed by pca006132
parent cd3215633d
commit bd71822719
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,7 @@ for simplicity reasons:
* Most of the types, only the following types are implemented:
* `int32`
* `int64`
* `float`
* `bool`
* `list[T]`
* `tuple[T1,...]`
@ -24,3 +25,9 @@ These features are currently not implemented, and would be added in due course:
* Type guards.
## Type Check Implementation
## Variable Scoping
## Operator Override