Program transformation?

harrisn@ccs.neu.edu (Coleman Harrison)
Tue, 11 Oct 1994 20:31:20 GMT

          From comp.compilers

Related articles
Program transformation? harrisn@ccs.neu.edu (1994-10-11)
| List of all articles for this month |

Newsgroups: comp.compilers
From: harrisn@ccs.neu.edu (Coleman Harrison)
Keywords: translator, question
Organization: College of Computer Science, Northeastern University
Date: Tue, 11 Oct 1994 20:31:20 GMT

I want to write a program translator which converts programs from one
computer language to another. I have yacc- based parsers for both
languages. My idea is to modify both yacc implementations to produce
parse trees (physically or conceptually). I would then like to have a
declarative way to specify how parse trees in language A are
transformed into parse trees in language B (but I don't know how to do
that).


I'd appreciate suggestions for techniques, reading matter, and tools.


Cole Harrison
--


Post a followup to this message

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