In the free software world, reading the code written by others is always encouraged. Development is often based on pattern matching: searching for an appropriate piece of code, copying interesting parts, and finally, adapting that code to suit ones needs.

Here are some links to code needed to develop a new front-end to GCC:

Finally it is also interesting to have a look at a complete toy front-end TreeLang: [gccsource:treelang].

* A GCC sample Frontend

* A Gcc Frontend (2009)

* Writing a GCC Front End (2005)

* GCC Frontend Howto (2002)

None: WritingANewFrontEnd (last edited 2010-11-11 17:30:04 by bbnwebdproxy5)