This commit is contained in:
Andre Wagner
2026-05-05 21:11:41 -05:00
parent 6428c6cf7f
commit 516ee9f406
4 changed files with 48 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ Progress of the Lua port:
- [x] Assembler
- [x] Basic VM execution
- [ ] Logic/arithmetic expressions
- [x] Logic/arithmetic expressions
- [ ] Functions
- [ ] Local variables
- [ ] Calling functions
@@ -19,6 +19,7 @@ Progress of the Lua port:
- [ ] Tables
- [ ] Garbage collection
- [ ] Metatables
- [ ] Real
- [ ] Error handling
- [ ] Closures/upvalues