This commit is contained in:
2026-05-05 14:06:44 -05:00
parent 566990318b
commit 43dea6ee8f

View File

@@ -0,0 +1,27 @@
Progress of the Lua port:
- [x] Assembler
- [x] Basic VM execution
- [ ] Error handling strategy?
- [ ] Logic/arithmetic expressions
- [ ] Functions
- [ ] Local variables
- [ ] Calling functions
- [ ] Globals
- [ ] Recursion
- [ ] Stack traces in case of errors
- [ ] Control flow
- [ ] Lablels in Assembly
- [ ] Strings
- [ ] From constants
- [ ] Garbage collection
- [ ] Arrays
- [ ] Garbage collection
- [ ] Tables
- [ ] Garbage collection
- [ ] Metatables
- [ ] Closures/upvalues
- [ ] Assembler generate bytecode
- [ ] VM interepret it