Updated STATUS.md.

This commit is contained in:
Jacob Signorovitch 2025-02-03 13:10:48 -05:00
parent 47a3143752
commit 77d58bd69e

View File

@ -13,11 +13,11 @@
- [x] Parse function application - [x] Parse function application
- [x] Parse order of operations with parenthesis - [x] Parse order of operations with parenthesis
- [ ] Parse variable invocation - [ ] Parse variable invocation
- [ ] Parse variable definition - [x] Parse variable definition
- [ ] Parse types - [ ] Parse types
- [ ] Parse function definition - [ ] Parse function definition
- [ ] Parse lists/arrays/vectors - [ ] Parse lists/arrays/vectors
- [ ] Parse blocks - [x] Parse blocks
- [ ] Parse control flow - [ ] Parse control flow
- [ ] Parse `if` statements - [ ] Parse `if` statements
- [ ] Parse `loop`s - [ ] Parse `loop`s