11 Commits

Author SHA1 Message Date
ed 0bf3f13c83 omitting tests offloaded to metadesk_libgen 2025-02-12 15:48:17 -05:00
ed 1fad37ad90 began to work on docs 2025-02-12 12:08:41 -05:00
ed 90836817e9 got c11_sanity.c working (both segregated and single-header)
from now on I'm assuming both will work.
2025-02-11 20:26:03 -05:00
ed 4976d79ab3 attempting to do a parse on stb_sprintf.h for segregated 2025-02-11 15:32:18 -05:00
ed 5d8850af55 got the baseline drafted for gen_c11.c 2025-02-10 18:41:56 -05:00
ed c8cb9f3995 prepping to collapse Arena receiving functions to those that receive AllocatorInfo
perf impact of the indirection should be minimal, reduces code duplication.

Ideally we'd use gencpp to just have the user specify what they want, then modify which proc is avail by doing the refactors required for using either
However, it can't process execution bodies yet or expressions so thats not possible.

The other way is to just utilize _Generic to generalize the codepath so that it collapses neater but that leads to a ton of implementation getting lifted to preprocessing... so no.
2025-02-09 11:51:50 -05:00
ed d82af845bc forgot about stb_sprintf.h... 2025-02-08 23:53:35 -05:00
ed 50c7853b9f its compiling... (prepping for runtime testing) 2025-02-08 23:27:06 -05:00
ed 3b12268f46 progress on compiler errors 2025-02-08 22:36:11 -05:00
ed b42f4631ed setup inital build script to start tackling compile errors 2025-02-08 20:54:50 -05:00
ed 1d0045b759 initial scripts 2025-02-01 12:50:25 -05:00