Readme roadmap update/fix

This commit is contained in:
2026-03-06 09:06:59 -06:00
parent a290d51fcf
commit 1c47316e9c

View File

@@ -21,7 +21,13 @@ but I hope to improve it overtime.
- [ ] Better testing tools/suite - [ ] Better testing tools/suite
- [x] Memory Allocator [Repo](https://myrepos.dev/Randy-Jordan/mem) - [x] Memory Allocator [Repo](https://myrepos.dev/Randy-Jordan/mem)
- [x] String Views [Repo](https://myrepos.dev/Randy-Jordan/sv) - [x] String Views [Repo](https://myrepos.dev/Randy-Jordan/sv)
- [x] Open a Window and popup with "platform layer". - [ ] Singly Linked List
- [ ] Queue
- [ ] Stack
- [ ] Quarks / Atoms data structure.
- [ ] Hash Table
- [ ] Logging
- [ ] Data Serialization
## Usage ## Usage
`make` to build. `make` to build.