Related articles |
---|
source-to-source translators, what language for unparsers cfc@shell01.TheWorld.com (Chris F Clark) (2009-05-05) |
Re: source-to-source translators, what language for unparsers sh006d3592@blueyonder.co.uk (Stephen Horne) (2009-05-06) |
Re: source-to-source translators, what language for unparsers rtrnews@googlemail.com (2009-05-06) |
Re: source-to-source translators, what language for unparsers idbaxter@semdesigns.com (Ira Baxter) (2009-05-06) |
Re: source-to-source translators, what language for unparsers Ruslan@Shevchenko.Kiev.UA (rssh) (2009-05-08) |
Re: source-to-source translators, what language for unparsers bear@sonic.net (Ray Dillinger) (2009-05-09) |
Re: source-to-source translators, what language for unparsers gopi.onthemove@gmail.com (2009-06-03) |
From: | rtrnews@googlemail.com |
Newsgroups: | comp.compilers |
Date: | Wed, 6 May 2009 05:09:40 -0700 (PDT) |
Organization: | Compilers Central |
References: | 09-05-026 |
Keywords: | translator, tools |
Posted-Date: | 07 May 2009 07:31:01 EDT |
Quite some time ago (while I was still at uni) I worked on a source-to-
source translator implemented using a system called GENTLE (http://
gentle.compilertools.net/) which made this job very straightforward.
For the lexing and parsing stage it uses lex and yacc, but for tree
traversal it has its own rule based language. I see that it has been
maintained over the years, so it might still be worthwhile to have a
quick look.
Robby
Return to the
comp.compilers page.
Search the
comp.compilers archives again.