Translation between high level languages

Mikal Ziane <Mikal.Ziane@lip6.fr>
29 Nov 1997 00:28:36 -0500

          From comp.compilers

Related articles
Translation between high level languages Mikal.Ziane@lip6.fr (Mikal Ziane) (1997-11-29)
Re: Translation between high level languages hbaker@netcom.com (1997-11-30)
Re: Translation between high level languages henry@zoo.toronto.edu (Henry Spencer) (1997-11-30)
Re: Translation between high level languages dweller@universe.digex.net (1997-11-30)
Re: Translation between high level languages lampe@math.tu-dresden.de (J.Lampe) (1997-12-02)
Re: Translation between high level languages mslamm@pluto.mscc.huji.ac.il (1997-12-14)
| List of all articles for this month |

From: Mikal Ziane <Mikal.Ziane@lip6.fr>
Newsgroups: comp.compilers,comp.theory
Date: 29 Nov 1997 00:28:36 -0500
Organization: Université Paris 5 et LIP6
Distribution: inet
Keywords: translator, comment

Hello all,


Don't know if this is the proper group but I haven't found a better one.
I am looking for references on translating between high-level
languages (rather than compiling to an assembly language or a
low level virtual machine).
I am especially interested in as-universal-as-possible approaches
(not simply from say C to Java or any other particular case).
The ideal would be attempts to describe the semantics of
some class of languages and using it to translate between
languages of this class.


thanx a lot in advance


Mikal


mailto:Mikal.Ziane@lip6.fr
[The issues in translating to a high level language aren't all that different
from translating to assembler, except that people care a lot more about the
appearance and structure of the output code. Before looking for a universal
approach, study the sorry history of UNCOLs, which tell us that languages
that look similar are usually a lot farther apart semantically than you
would ever have believed. -John]
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.