summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2022-04-09 04:44:57 -0400
committerKyle Gunger <kgunger12@gmail.com>2022-04-09 04:44:57 -0400
commitb76d0fe41b222acfa5348edecbe88277739cf3e9 (patch)
tree10c9231bfd8da9d3f5b1a5105fac759f18a855c3 /README.md
parent0a60f8e45715eec77786e778eae3692b6e167335 (diff)
[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 !!!
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
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