Type checking and Pointers, Part 2
A few weeks after the first type-checking post, I was satisfied with the object table and type checker. So I started engineering the backend - I chose x86-64 as the first platform for code generation. I've made a lot of headway, but one...