Re: Help with GCC front end

Geert Bosch <geert@sun3.iaf.nl>
26 Oct 1997 22:07:04 -0500

          From comp.compilers

Related articles
Help with GCC front end flerda@athena.polito.it (Flavio Lerda) (1997-10-21)
Re: Help with GCC front end n8tm@aol.com (1997-10-26)
Re: Help with GCC front end fjh@mundook.cs.mu.OZ.AU (1997-10-26)
Re: Help with GCC front end geert@sun3.iaf.nl (Geert Bosch) (1997-10-26)
Re: Help with GCC front end pizka@informatik.tu-muenchen.de (1997-10-29)
Re: Help with GCC front end fjh@mundook.cs.mu.OZ.AU (1997-10-29)
| List of all articles for this month |

From: Geert Bosch <geert@sun3.iaf.nl>
Newsgroups: comp.compilers
Date: 26 Oct 1997 22:07:04 -0500
Organization: La Calandre Infortunee
References: 97-10-105
Keywords: GCC

Flavio Lerda <flerda@athena.polito.it> wrote:
  ``I'm interested in understand how a GCC front end works and how
      to write a new one. I searched for information (and commented
      examples) an the net but I found nothing. If someone may help
      me please let me know (email is better). Thank you I hope I
      could help someone else in future.''


You certainly should take a look at the GNAT sources
(ftp://cs.nyu.edu/pub/gnat) which are very readable and
really well commented.


As this is a successfull commercial GCC front-end (for Ada-95) I
think there is no excuse for not studying the sources if you are
interested in how to write a front-end. The Ada sources contain
approx. 147,000 statements and 85,000 lines of documentation.


Regards,
      Geert
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.