Re: Object Oriented Approach to Compiler design and Implementation.

"Joachim Durchholz" <joachim.durchholz@halstenbach.com.or.de>
26 Apr 2000 02:41:30 -0400

          From comp.compilers

Related articles
Object Oriented Approach to Compiler design and Implementation. naveens@noida.hclt.com (2000-04-20)
Re: Object Oriented Approach to Compiler design and Implementation. rod.bates@wichita.boeing.com (Rodney M. Bates) (2000-04-21)
Re: Object Oriented Approach to Compiler design and Implementation. abuse@bearcave.com (2000-04-25)
Re: Object Oriented Approach to Compiler design and Implementation. pmoisset@altavista.net (Pablo) (2000-04-25)
Re: Object Oriented Approach to Compiler design and Implementation. no.address.given@nowhere.net (Henrik Bergström) (2000-04-26)
Re: Object Oriented Approach to Compiler design and Implementation. naveen_sharma@my-deja.com (2000-04-26)
Re: Object Oriented Approach to Compiler design and Implementation. deryck.brown@zetnet.co.uk (Deryck F Brown) (2000-04-26)
Re: Object Oriented Approach to Compiler design and Implementation. joachim.durchholz@halstenbach.com.or.de (Joachim Durchholz) (2000-04-26)
Re: Object Oriented Approach to Compiler design and Implementation. vannoord@let.rug.nl (2000-04-27)
Re: Object Oriented Approach to Compiler design and Implementation. gram@ull.mjolner.dk (Flemming Gram Christensen) (2000-04-27)
Re: Object Oriented Approach to Compiler design and Implementation. mayur_naik@my-deja.com (2000-04-27)
Re: Object Oriented Approach to Compiler design and Implementation. gabor@mac.com (Gabor Greif) (2000-05-04)
| List of all articles for this month |

From: "Joachim Durchholz" <joachim.durchholz@halstenbach.com.or.de>
Newsgroups: comp.compilers
Date: 26 Apr 2000 02:41:30 -0400
Organization: Compilers Central
References: 00-04-148
Keywords: OOP, Eiffel

<naveens@noida.hclt.com> wrote:
>
> My curiosity is whether compiler of OO Language like C++ itself is
> built on this paradigm or not.


GNU Eiffel is written in itself. Despite Eiffel being OO, it's making
liberal (but somewhat controlled) use of globals. You can get
documentation and source at http://smalleiffel.loria.fr/index.html
(follow the links in the sidebar to the left).


Regards,
Joachim


Post a followup to this message

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