From cff71ac4caff812cac47f914028b82a9b5a869ec Mon Sep 17 00:00:00 2001 From: Rowan Torbitzky-Lane Date: Tue, 11 Feb 2025 13:02:24 -0600 Subject: [PATCH] make todo a bit more concise --- TODO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO.md b/TODO.md index a6c0d68..219500b 100644 --- a/TODO.md +++ b/TODO.md @@ -23,4 +23,4 @@ - [ ] Need to make this reproducable too (Check pysh json files) - [ ] Add Memory - [ ] Add history stack(s), like a call stack -- [ ] Implement interpreter options (could probably just place this all into a map or something) +- [ ] Implement interpreter options (could probably just place this into a map)