> First, C or C++ is not the best language to write a compiler in,
It is my strong opinion that the best language to write a compiler in is the language that it is compiling (or the primary language in the case of a multi-language compiler like GCC).