Re: Object Oriented Approach to Compiler design and Implementation.

Deryck F Brown <deryck.brown@zetnet.co.uk>
26 Apr 2000 02:41:00 -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: Deryck F Brown <deryck.brown@zetnet.co.uk>
Newsgroups: comp.compilers
Date: 26 Apr 2000 02:41:00 -0400
Organization: Compilers Central
References: 00-04-148 00-04-169
Keywords: OOP, books

Hi,


> I have not seen any good book article or research paper about OO
> compiler organization. If you find something, please let me know.


I am the co-author of a recent textbook that aims to illustrate how to
implement compilers in an object-oriented language. The book is geared
to using Java, but most of the design decisions should translate into
C++ without difficulty.


However, it is designed as a introductory textbook to compilers and
interpreters, and so it may not deal with some of the advanced areas
you are interested in.


The sourcecode for a complete compiler for a Pascal-like language,
written in Java, is available from the companion Web site for
educational use.


The book is:


David A Watt and Deryck F Brown (2000). Programming Language
Processors in Java. Prentice-Hall International. ISBN 0-130-25786-9.


The companion Web site is:


http://www.dcs.gla.ac.uk/~daw/books/PLPJ


Deryck


--
Dr Deryck F Brown, Senior Lecturer | The Robert Gordon University
mailto:db@scms.rgu.ac.uk | School of Computer and Math Sciences
Tel: +44 (0)1224 262729 / Fax: 262727 | St Andrew Street
http://www.scms.rgu.ac.uk/staff/db | Aberdeen AB25 1HG


Post a followup to this message

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