Files
tyche/TODO.md
2026-04-27 10:23:43 -05:00

13 lines
347 B
Markdown

## Bytecode
- [x] Byte array
- Auto-expand
- Add/retrive byte/int/float/string
- Should not be larger than the byte array itself
- [ ] Bytecode
- Add/retrive all types of data
- Keeps no memory except for caching
- [ ] Bytecode debugging info
- [ ] Bytecode loader
- Combine multiple chunks
- Resolve function ids, constant ids, etc