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
Return to the
comp.compilers page.
Search the
comp.compilers archives again.