This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FORTH frontend?


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]