From 577bde6e574a5a26028d3750e468db130932f9fd Mon Sep 17 00:00:00 2001 From: Jacob Date: Sun, 12 Jan 2025 20:36:24 -0500 Subject: [PATCH] Fixed list indentation. --- STATUS.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/STATUS.md b/STATUS.md index 4c94b55..b7bb613 100644 --- a/STATUS.md +++ b/STATUS.md @@ -30,18 +30,18 @@ - [ ] Parse variadic functions - [ ] Parse infix function definition - - [ ] Executer - - [x] Exec function calls - - [ ] Exec variable use - - [ ] Exec variable definition - - [ ] Exec function definition - - [ ] Exec symbolic variables - - [ ] Exec control flow statements - - [ ] Exec variadic functions - - [ ] Exec lambda functions - - [ ] Exec lists - - [ ] Exec arrays - - [ ] Exec vectors +- [ ] Executer + - [x] Exec function calls + - [ ] Exec variable use + - [ ] Exec variable definition + - [ ] Exec function definition + - [ ] Exec symbolic variables + - [ ] Exec control flow statements + - [ ] Exec variadic functions + - [ ] Exec lambda functions + - [ ] Exec lists + - [ ] Exec arrays + - [ ] Exec vectors - [ ] Interface - [ ] Interactive interpreter