Notes on compiler IRs

from blog Scattered Thoughts, | ↗ original
(This is part of a series on the design of a language. See the list of posts here.) zig (Based on reading code.) Zig has a bunch of IRs: Ast. Basic parse tree. Potentially contains parse errors. This is a short summary. ↗ Open original to view full content