Skip to content

Instantly share code, notes, and snippets.

@Tomarty
Tomarty / zb.c
Last active January 14, 2026 19:05
Custom C/C++ build/CI system in C (WIP)
/*
* This file ("zb.c") was created by Thomas Martell (Tomarty) 2026-01. Public domain.
* The file generators (e.g. ninja.build, compile_commands.json, vcxproj) were implemented with the assistance of LLMs.
*/
/*
* Zol builder: Custom zero-allocation build system with automated testing
* See `zb_generate_graph` for entry points
* Requires ninja and C/C++ compiler installed