updated readme

This commit is contained in:
Andrew Segavac
2021-06-16 12:02:02 -06:00
parent b2403176b9
commit 8408983bc2
2 changed files with 53 additions and 48 deletions

View File

@@ -30,29 +30,3 @@ class TypeUsage:
if / match return never if all blocks return never;
blocks propagate never except at the function level;
TODO:
* ~Float Literals~
* ~Block expression~
* ~Return keyword~
* ~Normal assignment~
* ~Structs~
* ~Define~
* ~Literal~
* ~Getter~
* ~Setter~
* ~Type Aliases~
* Methods
* ~Declaration~
* Use
* Traits
* Generics
* Enums
* Arrays
* Strings
* Lambdas
* Async
* Imports
* Visibility
* Const / Mut