This commit is contained in:
Andre Wagner
2026-04-30 09:47:02 -05:00
parent 50b55eaeef
commit 29d2b0bba1
6 changed files with 54 additions and 6 deletions

View File

@@ -25,9 +25,10 @@ After some additional development:
- [x] Output bytecode format
- [x] Value object
- [x] Stack object
- [ ] External interface
- [ ] Code execution (except functions)
- [ ] Functions
- [x] External interface
- [x] Code execution (except functions)
- [x] Functions
- [ ] Print stack
After some additional development:
- [ ] Bytecode loader