This commit is contained in:
Andre Wagner
2026-04-29 16:04:30 -05:00
parent b471726e0d
commit 71390b0f84

View File

@@ -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