From b76d0fe41b222acfa5348edecbe88277739cf3e9 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 9 Apr 2022 04:44:57 -0400 Subject: [EVAL] Get most things working + Calling methods and functions should work + Indexing and setting array values seems to work + Structs seem to work as intended !!! There are probably MANY bugs !!! --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 65a2d35..034e412 100644 --- a/README.md +++ b/README.md @@ -31,12 +31,12 @@ What works - Array definition - Struct definition - Control flow blocks (`if` and `loop` specifically) - -What doesn't work -- `else` - Function Calls - Getting struct members - Array indexing + +What doesn't work +- `else` blocks - Appending to arrays ## Usage -- cgit v1.2.3