From 13fc506047bdc097c7a80872ff26d80ff0f819a8 Mon Sep 17 00:00:00 2001 From: Randy Jordan Date: Fri, 27 Feb 2026 12:44:44 -0600 Subject: [PATCH] Todos --- README.md | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index ce69d1d..ac16e75 100644 --- a/README.md +++ b/README.md @@ -15,24 +15,12 @@ but I hope to improve it overtime. - [Credits / Resources](#credits--resources) - [License](#license) -## Features / TODOS -Plan to follow CII book and modify it to my style and use C99. - -- [ ] Exceptions -- [ ] Memory Allocator -- [ ] Arena Allocator -- [ ] String Views -- [ ] Atoms / Quarks -- [ ] Linked List -- [ ] Stacks -- [ ] Queues -- [ ] Vectors / Dynamic Arrays -- [ ] CLI Parsing -- [ ] Opening A Window - -Once these are implemented. The focus will then shift to make our code cross -platform, along with a simple build process. - +## Features / TODOS / Roadmap +- [x] Exceptions & Try/Catch [Repo](https://myrepos.dev/Randy-Jordan/except)
+- [ ] Custom Assert +- [ ] Portable makefile +- [ ] Testing Suite +- [ ] Open a Window and popup. ## Usage `make` to build.