I am doing experiments on back-end compiler implementation, and I just
can't seem to find much documentation on the subject. I have searched all
over the net for the different techniques used, but it seems most sources
cover only the front-end and simply summerize the back. Am I just not
looking in the right places? Are there any tutorials on different back-end
compilers/interpretors?
As of now, I'm only doing research on the different methods used. I have
only written small interpretors that do simple tasks such as convert
similar syntax between specific languages, and would like to expand on
this and write something a little more detailed (such as a C++ compiler, a
small assembler, etc).
I know a good amount of the front-end, but get kind of stuck after that..
Any help or links of some useful documents would be greatly appriciated!
Regards,
Joe


|