Related articles |
---|
Re: component-based programming and compiler construction jatinb@noida.hcltech.com (Jatin Bhateja, Noida) (2005-08-31) |
component-based programming and compiler construction hamel@Think.COM (Lutz Hamel) (1996-03-15) |
Re: component-based programming and compiler construction smalle1@ibm.net (1996-03-17) |
Re: component-based programming and compiler construction Uwe.Assmann@inria.fr (1996-03-21) |
From: | Lutz Hamel <hamel@Think.COM> |
Newsgroups: | comp.compilers |
Date: | 15 Mar 1996 23:51:41 -0500 |
Organization: | Compilers Central |
Keywords: | OOP, question |
Folks:
I would be extremely interested to hear if anybody has used
component-based programming in compiler/interpreter construction.
I am particularly interested in:
* the use of the C++ STL in compiler construction
* the construction of generic compiler components based on the STL philosophy
of containers and generic algorithms
For example, I could easily imagine the construction of a generic
tree-walker component which could then be used in a variety of places
in the same compiler as well as different compilers.
Thanks,
Lutz
(hamel@think.com)
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.