mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
Provide default parsers for obvious config options such as `CrossTarget` or `Backend` (or any enum for that matter). Unroll iterator loops into multiple cases - we need to create a Cartesian product for all possibilities specified in the test manifest.