This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * 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 |