Commit Graph

39 Commits

Author SHA1 Message Date
roodletoof 2c4646a0ee update append 2025-12-10 07:52:29 +01:00
roodletoof 1492d885dd rewrite arr_contains 2025-12-10 07:48:02 +01:00
roodletoof 2560ad99e7 dynamic array contains function 2025-12-09 20:20:21 +01:00
roodletoof f579ddc3cb update array names to be shorter 2025-12-09 17:49:23 +01:00
roodletoof e3bfde5826 add scan_repeat_literal to scanner 2025-12-07 18:11:34 +01:00
roodletoof c0d6f53808 add digit scanning function to scanner 2025-12-07 00:12:47 +01:00
roodletoof 0875f206cb add substring 2025-12-06 22:27:20 +01:00
roodletoof 38e612c54a Merge branch 'main' of github.com:roodletoof/cig 2025-12-06 21:37:55 +01:00
roodletoof e76d553f1a added basic string builder 2025-12-06 21:37:23 +01:00
roodletoof 5468f8e3d2 reformat with_borrow 2025-12-06 18:42:48 +01:00
roodletoof 234eb510a9 added scanner to cig library 2025-12-06 18:26:31 +01:00
roodletoof 234021cdf5 some cleanup 2025-12-06 14:36:57 +01:00
roodletoof 536c1ef990 merge cli into cig library 2025-12-06 14:24:55 +01:00
roodletoof d6ad1c7602 arena allocators are fully implemented 2025-12-06 14:19:53 +01:00
roodletoof f2e9bf2f83 WIP 2025-12-03 21:58:26 +01:00
roodletoof 9214b986ac retab everything to use tabs 2025-12-03 19:38:43 +01:00
roodletoof cf7c1ef9ec remove resolved todo 2025-12-03 18:29:03 +01:00
roodletoof 83a8526a78 update 2025-12-03 18:26:32 +01:00
roodletoof 5d22f8c47a added todo 2025-12-02 21:26:10 +01:00
roodletoof 37c703bea6 add todo 2025-12-02 21:22:00 +01:00
roodletoof 01b8150625 refactor
remove the free function entirely. all allocators are now expected to
implement reset instead. I reallized I never ever want to free an
individual allocation ever again. The forever_allocator is a special
case wherEreset is a no-op. The arena allocator was deleted. It will be
replaced soon.
2025-12-02 20:21:12 +01:00
roodletoof ef8d51f153 added warning to arena allocator 2025-12-01 21:16:41 +01:00
roodletoof 58534670f8 rename ifdefs 2025-12-01 19:24:12 +01:00
roodletoof 3e1565e67f some rename 2025-11-30 19:43:49 +01:00
roodletoof 7f85664f13 trying to find out what I dont understand 2025-11-26 20:57:26 +01:00
roodletoof 6dc0caceeb wrote with_arena macro 2025-11-25 22:18:54 +01:00
roodletoof d4451196f6 some progress on the arena allocator 2025-11-18 21:54:38 +01:00
roodletoof 78cc6c5cae WIP continue the work on arena allcoator implementation 2025-11-17 20:23:42 +01:00
roodletoof 92ca008516 fixed it somehow, still WIP 2025-11-15 18:25:34 +01:00
roodletoof d36b6d2c45 things are fucky wucky 2025-11-06 19:42:59 +01:00
roodletoof 75eecb3a47 started work on arenas
not done at all
2025-11-05 21:56:01 +01:00
roodletoof 9b1eaea653 dynamic arrays seem to be working 2025-11-04 20:41:21 +01:00
roodletoof aa0a3d6a25 WIP 2025-10-25 19:05:17 +02:00
roodletoof f1d6b68e70 some progress on dynamic arrays 2025-10-16 21:57:30 +02:00
roodletoof f9d8a0318b some progress 2025-10-12 21:53:11 +02:00
roodletoof f04e0f0731 some progress on arraylist interface 2025-10-12 02:30:47 +02:00
roodletoof ef8b421fd9 started work on dynamic arrays 2025-10-11 17:57:18 +02:00
roodletoof ffbc42f558 update docs 2025-10-11 03:43:53 +02:00
roodletoof c240443828 rename allocator to cig 2025-10-11 03:31:23 +02:00