HP3000-L Archives

February 1999, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Gavin Scott <[log in to unmask]>
Reply To:
Gavin Scott <[log in to unmask]>
Date:
Fri, 26 Feb 1999 19:17:19 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
Bruce wrote:
> There are lots of books about Lex and Yacc; I don't know of any extensive
> material on-line. The O'Reilly book, titled simply _lex & yacc_ (Levine,
> Mason & Brown 1992, ISBN 1-56592-000-7), is quite good.

And if you want to learn about writing compilers in general, I recommend
your choice of:

Modern Compiler Implementation in Java (the Red Tiger book) ISBN: 0521583888
Modern Compiler Implementation in ML (the Blue Tiger book) ISBN: 0521582741
Modern Compiler Implementation in C (the Green Tiger book) ISBN: 052158390X

all by Andrew W. Appel (probably no relation).

   http://www1.clbooks.com/asp/bookinfo/bookinfo.asp?theisbn=0521583888

These are intended to be used as textbooks in a compiler construction
course, so you probably need to be really interested in compilers to
enjoy them.

The books are quite up to date and describe modern optimization techniques
and code generation for RISC type architectures.

G.

ATOM RSS1 RSS2