This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Sample Front ends to GCC
- To: gcc at gcc dot gnu dot org
- Subject: Sample Front ends to GCC
- From: Tim Josling <tej at melbpc dot org dot au>
- Date: Sun, 27 Feb 2000 15:41:03 +1100
- Organization: Melbourne PC User Group
I have updated the two sample front ends to the GCC compiler
(Richard Kenner's 'toy' and Joachim Nadler's 'example') and
placed them at www.geocities.com/timjosling. There are in the
form of a tar file that you can unpack into the gcc structure and
then configure and build as usual. They include a few tests and
some bug fixes. I plan to keep them up to date with the weekly
GCC patches.
I have also made a few updates to the 'Writing a GCC Front End'
document at the same URL, mainly typos etc.
Tim Josling