Eljay Love-Jensen <eljay@xxxxxxxxx> writes: > Hello everyone, > > I would like to try my hand at implementing a computer language in GCC. > > The language is "lambda calculus brainf---". Yes, "brainf---" is a > dirty word. And best of all, it's a VERY VERY SIMPLE language. (Look > it up in Google. Amazingly terse.) > > Does anyone know of a good "Idiot's Guide to Get Your Pet Programming > Language Working With GCC As The Backend"? An O'Reilly book or a > HowTo URL? http://gcc.gnu.org/readings.html has 3 links which are helpful for frontends. The front-end howto, the COBOL front-end manual, and the toy example language. However I understand they are of varying degrees of obsolesence. Most of the experts on this topic frequent the gcc mailing list.