2024-11-25 20:44:29 +00:00
|
|
|
|
|
|
|
Tasks
|
2024-11-26 20:50:37 +00:00
|
|
|
- [x] finish the 'simple' arena implementation.
|
|
|
|
- [x] arena_init
|
|
|
|
- [x] arena_alloc
|
|
|
|
- [x] arena_release
|
2024-11-25 20:44:29 +00:00
|
|
|
- [ ] String8 implementation
|
2024-11-26 20:50:37 +00:00
|
|
|
- [x] String8 helpers
|
2024-11-25 20:44:29 +00:00
|
|
|
- [ ] String8Node and String8List.
|
|
|
|
- [ ] push node
|
|
|
|
- [ ] list join
|
2024-11-26 20:50:37 +00:00
|
|
|
- [x] Convert cstring to String8.
|
2024-11-25 20:44:29 +00:00
|
|
|
- [ ] Read/Write to file.
|
|
|
|
- [ ] Create CLI output.
|
|
|
|
- [ ] Testcases?
|