This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: anonymous CVS stuff
- To: Dirk Heinrichs <d dot heinrichs at debis dot com>
- Subject: Re: anonymous CVS stuff
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 27 Jul 1999 03:54:32 -0600
- cc: gcc at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <99072711232002.25894@acep29.ac1.dsh.de>you write:
> Am Tue, 27 Jul 1999 schrieben Sie:
> > You could certainly do that if you had the interest... I'm sure the GNU
> > project would appreciate having a free modula-3 compiler.
> Is there a documentation on how to add new frontends to gcc ?
None that I would consider good. Mostly folks use an existing front-end
and comments in the code to figure out how to write a new one.
Documenting the tree nodes and building better defined interfaces between the
front-end and the back-end is a long term todo item.
jeff