Skip to content

Instantly share code, notes, and snippets.

@Tomarty
Tomarty / zb.c
Last active February 15, 2026 00:16
Custom C/C++ build/CI system in C (WIP)
/*
* This file ("zb.c") was created by Thomas Martell (Tomarty) in 2026. Public domain.
* The file generators (e.g. ninja.build, compile_commands.json, vcxproj) were created using LLMs.
*/
/*
* Custom zero-allocation build system with automated tests using docker/podman containers
* See `zb_generate_graph` for entry points
* Requires ninja and C/C++ compiler installed