From 71390b0f84fde2917ac7521aa2a99540bc869464 Mon Sep 17 00:00:00 2001 From: Andre Wagner Date: Wed, 29 Apr 2026 16:04:30 -0500 Subject: [PATCH] . --- TODO.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/TODO.md b/TODO.md index 35fcfb6..a00258d 100644 --- a/TODO.md +++ b/TODO.md @@ -23,9 +23,11 @@ After some additional development: - [x] Code - [x] Simple bytecode loader - [x] Output bytecode format - - [ ] Value object - - [ ] Stack object - - [ ] Function context + - [x] Value object + - [x] Stack object + - [ ] External interface + - [ ] Code execution (except functions) + - [ ] Functions After some additional development: - [ ] Bytecode loader