This commit is contained in:
2026-04-27 10:23:43 -05:00
parent 3f097b0ba8
commit 7bcf3b181b
4 changed files with 62 additions and 4 deletions

View File

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