Summary for the impatient: I'm searching for good references on generating code for common language constructs but not parsing.
I am interested in programming languages and try to read the literature as much as possible. But most of them covers the topic in a functional and theoretical perspective that, I find them hard to understand let alone implement the ideas.
So the question is; Which resources do you suggest about programming language implementations that covers the topic in a more imperative and practical fashion?
For example, I find "The Implementation of Lua 5.0" paper very instructive.
Note that, I am not seeking articles about parsing or tokenizing.