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.