Byte array (#1)

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2026-04-27 09:42:03 -05:00
parent 9fc093e3fb
commit 3f097b0ba8
11 changed files with 423 additions and 0 deletions

12
TODO.md Normal file
View File

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