1 repo
Utilities and mechanisms for injecting build-time parameters and configuration data directly into source code during the compilation process.
Distinguishing note: Distinct from general build systems: focuses specifically on the capability to pass user-defined data into the binary at compile-time rather than just managing build steps.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Compile-Time Configuration Tools. Refine with filters or upvote what's useful.
Zig is a general-purpose systems programming language designed for high-performance applications that require manual memory management and direct control over hardware resources. It prioritizes predictable execution by enforcing explicit control flow and requiring functions to accept explicit memory allocators, ensuring that all heap operations and logic paths remain visible to the developer. The language distinguishes itself through a powerful compile-time metaprogramming engine that allows for arbitrary code execution during the build process, enabling advanced reflection and the generation
Enables the injection of custom configuration values into source code during the build process to toggle features or settings.