This commit is contained in:
Andre Wagner
2026-05-05 16:26:34 -05:00
parent 43dea6ee8f
commit 6428c6cf7f
3 changed files with 68 additions and 5 deletions

View File

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