Update README

This commit is contained in:
Krzosa Karol
2022-07-29 10:03:54 +02:00
parent 4fa09e2f8a
commit dd72fb77c5

View File

@@ -47,7 +47,9 @@ commit :: (m: *Memory, size: SizeU): Bool
## Features ## Features
* Order independent declarations * Order independent declarations
* Module system, lazy loading(unused code is not compiled, big win) using #import, full loading using #load * Module system
* #impoty for lazy loading(unused code is not compiled, big win)
* #load for normal loading
* Types as first class values and runtime reflection, Any type * Types as first class values and runtime reflection, Any type
* Slices * Slices
* Whitespace significant syntax * Whitespace significant syntax