I mean something like gcc -E (“Stop after the preprocessing stage”)
Is there something similar in Zig?
Ok, thanks for the link.
ZIR/AIR don’t look like a zig source code ![]()
I wanted something like this.
But it seems it’s just impossible considering how the compiler works internally.