diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2022-04-09 04:44:57 -0400 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2022-04-09 04:44:57 -0400 |
commit | b76d0fe41b222acfa5348edecbe88277739cf3e9 (patch) | |
tree | 10c9231bfd8da9d3f5b1a5105fac759f18a855c3 /README.md | |
parent | 0a60f8e45715eec77786e778eae3692b6e167335 (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.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |