This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: FORTH frontend?
- From: Andrew Haley <aph at redhat dot com>
- To: "Sam Lauber" <sam124 at operamail dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 5 May 2005 16:27:47 +0100
- Subject: Re: FORTH frontend?
- References: <20050505151144.053892B2B86@ws5-7.us4.outblaze.com>
Sam Lauber writes:
> I am experimenting with the FORTH langauge, and I would like a
> front-end to be added to GCC. I think I can get most of the parts
> down, but how can I generate a tree that can be used in the
> code-generator?
There are a few diffciulties here, particularly with addressing the
open stack in an efficient way.
This problem is probably going to get a little off-topic for this
group, and it may be better to discuss this on comp.lang.forth.
Andrew.