Related articles |
---|
Book recommendation required cymric73@hotmail.com (2005-02-06) |
Re: Book recommendation required Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2005-02-06) |
Re: Book recommendation required cymric73@hotmail.com (Maarten D. de Jong) (2005-02-11) |
Re: Book recommendation required torbenm@diku.dk (2005-02-11) |
Re: Book recommendation required jeffrey.kenton@comcast.net (Jeff Kenton) (2005-02-11) |
Re: Book recommendation required joe@burgershack.com (Randy) (2005-02-11) |
Re: Book recommendation required amar.k6@gmail.com (2005-02-11) |
From: | amar.k6@gmail.com |
Newsgroups: | comp.compilers |
Date: | 11 Feb 2005 22:31:02 -0500 |
Organization: | http://groups.google.com |
References: | 05-02-034 |
Keywords: | books |
Posted-Date: | 11 Feb 2005 22:31:02 EST |
Maarten D, de Jong wrote:
> I would like a book which covers in good detail the inner workings
> of a compiler, without resorting to terse mathematical
> formalisms. Some math is okay, though, it shouldn't be simplicity
> all the way either. The book should invite the reader to try things
> out for himself, so something which is just source code is not
> appreciated. I have some experience with lexical scanners and
> parsers, having written a few myself (and used lex and yacc). I am
> fluent in C, but I do not mind the author using different
> languages. I'm more interested in the ideas behing the compiler
> rather than the language the ideas are expressed in.
I would suggest Appel's book: a good approach to almost all aspects of
compiler design is done in a nice way. I have the JAVA version. I
believe the others should be good enough. One problem with Fraser and
Hansen's approach is that the optimizations are not covered in
sufficient detail (IMHO).
Return to the
comp.compilers page.
Search the
comp.compilers archives again.