This commit is contained in:
Andre Wagner
2026-05-06 11:12:41 -05:00
parent 0fae9a0b37
commit 88f9ce0ea6
3 changed files with 70 additions and 8 deletions

View File

@@ -3,8 +3,8 @@ Progress of the Lua port:
- [x] Assembler
- [x] Basic VM execution
- [x] Logic/arithmetic expressions
- [ ] Variables
- [ ] Local variables
- [x] Variables
- [x] Local variables
- [ ] Functions
- [ ] Calling functions
- [ ] Calling functions with parameters