From a12308a9ac4dfe175cfb1448b6f2e2b304bdc6af Mon Sep 17 00:00:00 2001 From: Krzosa Karol Date: Fri, 5 Aug 2022 23:36:57 +0200 Subject: [PATCH] Update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fb7f85c..9817a03 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,11 @@ commit :: (m: *Memory, size: SizeU): Bool * Order independent declarations * Module system - * #impoty for lazy loading(unused code is not compiled, big win) + * #import 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 + * Type type * Slices * Whitespace significant syntax * Debuggable(emitting proper line directives)