From 77d58bd69eb983384a4b2e6d808061df85ec32d6 Mon Sep 17 00:00:00 2001 From: Jacob Signorovitch Date: Mon, 3 Feb 2025 13:10:48 -0500 Subject: [PATCH] Updated STATUS.md. --- STATUS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/STATUS.md b/STATUS.md index 7c12a2b..085f016 100644 --- a/STATUS.md +++ b/STATUS.md @@ -13,11 +13,11 @@ - [x] Parse function application - [x] Parse order of operations with parenthesis - [ ] Parse variable invocation - - [ ] Parse variable definition + - [x] Parse variable definition - [ ] Parse types - [ ] Parse function definition - [ ] Parse lists/arrays/vectors - - [ ] Parse blocks + - [x] Parse blocks - [ ] Parse control flow - [ ] Parse `if` statements - [ ] Parse `loop`s