Related articles |
---|
References to object oriented design of compilers? newton@cs.utexas.edu (1993-10-16) |
Re: References to object oriented design of compilers? jones%pyrite@uunet.UU.NET (1993-10-18) |
Re: References to object oriented design of compilers? johnson@cs.uiuc.edu (1993-10-19) |
Re: References to object oriented design of compilers? johno@lucinda.lat.oz.au (1993-10-22) |
Re: References to object oriented design of compilers? wjw@eb.ele.tue.nl (1993-10-25) |
Re: References to object oriented design of compilers? johnson@cs.uiuc.edu (1993-10-26) |
Re: References to object oriented design of compilers? bertrand@eiffel.com (1993-10-26) |
[3 later articles] |
Newsgroups: | comp.compilers |
From: | newton@cs.utexas.edu (Peter Newton) |
Keywords: | design, question |
Organization: | CS Dept, University of Texas at Austin |
Date: | Sat, 16 Oct 1993 17:35:14 GMT |
I have been doing some work involving the implementation of a language
translator. I have adopted an object-oriented design in which the program
is represented as an abstract syntax tree in which nodes "translate
themselves".
So far this idea has been applied only narrowly (although a couple of
other projects at the U. of Texas are adopting my design). I am
interested in considering the idea in a more general setting.
Does anybody know of any publications on the subject of object-oriented
design applied to compilers? Please note that I am not looking for
compilers for object-oriented languages.
Email response might be best. I'll summarize if there is a significant
response.
Thanks in advance.
--
Peter Newton (newton@cs.utexas.edu)
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.