This commit is contained in:
Andre Wagner
2026-05-16 15:00:00 -05:00
parent d4aa83869c
commit df8edb549d
7 changed files with 83 additions and 13 deletions

View File

@@ -18,11 +18,11 @@ Decisions:
- [x] (Lua interface) call assembler
- [x] (Lua) generate bytecode
- [x] Labels
- [ ] Code
- [ ] Interpret bytecode (fast)
- [ ] Execution loop (fast)
- [x] Code
- [x] Interpret bytecode (fast)
- [x] Execution loop (fast)
- [ ] VM operations
- [ ] Expressions
- [x] Expressions
- [ ] Local variables
- [ ] Functions
- [ ] With parameters