This commit is contained in:
2026-05-15 10:43:50 -05:00
parent d792d2d8c2
commit 88ad6a5c02

View File

@@ -17,7 +17,7 @@ Decisions:
- [ ] VM
- [x] (Lua interface) call assembler
- [x] (Lua) generate bytecode
- [ ] Labels
- [x] Labels
- [ ] Code
- [ ] Interpret bytecode (fast)
- [ ] Execution loop (fast)