new computer language with GCC

llewelly@xmission.com llewelly@xmission.com
Sat Mar 20 18:27:00 GMT 2004


Eljay Love-Jensen <eljay@adobe.com> 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.



More information about the Gcc-help mailing list