Go compiler internals: adding a new statement to Go - Part 2

1 · Eli Bendersky · July 4, 2019, 1:15 p.m.
This is the second post in a two-part series exploring the Go compiler. In part 1, we added a new statement to the Go language by building a custom version of the compiler. To do this, we've covered the first five stages of the compiler per this diagram: We ended …...