Is there a way to see a zig source after all comptime stuff is done?

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 :frowning:
I wanted something like this.
But it seems it’s just impossible considering how the compiler works internally.