From dd72fb77c54ba399b65e46c524ba2497f17d26c1 Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Fri, 29 Jul 2022 10:03:54 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92e6345..fb7f85c 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ commit :: (m: *Memory, size: SizeU): Bool ## Features * 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 * Slices * Whitespace significant syntax