chromatic wrote:
On Thursday 28 September 2006 14:51, Markus Triska wrote:
Allison Randal writes:
mini transformation language to use in the compiler tools.
For what purpose, roughly? I've some experience with rule-based
peep-hole optimisations. If it's in that area, I volunteer.
That's part of it, but mostly it's for transforming one tree-based
representation of a program into another. See for example Pheme's lib/*.tg
files.
I'm confused. I thought that this is what TGE did. Is TGE going away, or
are we talking about something that extends TGE in some way?