From: | Pablo <pmoisset@altavista.net> |
Newsgroups: | comp.compilers |
Date: | 25 Apr 2000 02:25:24 -0400 |
Organization: | University of Southern California, Los Angeles, CA |
References: | 00-04-148 |
Keywords: | OOP |
Hello
It has been done. I suggest you to take a look at the SUIF compiler
written in Stanford University (at least most of it). You can even
download the code. The internal representation is based on a class
hierarchy. I consider SUIF is big, slow, not robust and very
messy. But it is object oriented. I have not seen any good book
article or research paper about OO compiler organization. If you find
something, please let me know.
Pablo
naveens@noida.hclt.com wrote:
> My curiosity is whether compiler of OO Language like C++ itself is
> built on this paradigm or not.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.