mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
The zig way is to let the compiler provide errors, rather than trying to implement the compiler in the standard library. I played around with this and found the compile errors to be easier to comprehend without this logic.