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: | rssh <Ruslan@Shevchenko.Kiev.UA> |
Newsgroups: | comp.compilers |
Date: | Fri, 8 May 2009 05:53:32 -0700 (PDT) |
Organization: | Compilers Central |
References: | 09-05-026 |
Keywords: | translator |
Posted-Date: | 09 May 2009 18:54:18 EDT |
Also exists possibility to use rewriting rules techinques.
For example, this is preprocessor implementation of operator
overloading in Java
http://code.google.com/p/jsoo-coin/
which use TermWare rule engine and Java Parser/Printer.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.