Object Oriented Approach to Compiler design and Implementation.

naveens@noida.hclt.com
20 Apr 2000 01:38:12 -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)
[5 later articles]
| List of all articles for this month |

From: naveens@noida.hclt.com
Newsgroups: comp.compilers
Date: 20 Apr 2000 01:38:12 -0400
Organization: Deja.com - Before you buy.
Keywords: OOP, question

Hi everyone,


In recent months,I had some time to see the implementation of some
compilers of C,Fortran. Understanding the implemenations was
difficult,simply because there were too many globals modified in
different parts of codes.Such a problem seemed more acute in
complicated language like Fortran-90.Also,it seemed that
implementations were procedural(From maintainablity point of view
object oriented implementations would look more promising.Plus other
benefits of object oriented paradigm)


My curiosity is whether compiler of OO Language like C++ itself is
built on this paradigm or not.


I need pointers to more information.


Thanks,
Naveen Sharma.


Post a followup to this message

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