Files
tyche/lua-temp/TODO.md
2026-05-05 14:06:44 -05:00

28 lines
568 B
Markdown

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