Re: Something "simpler" than the Dragon Book

Taylor Hutt <t.hutt@worldnet.att.net>
28 Jul 1999 01:44:44 -0400

          From comp.compilers

Related articles
Something "simpler" than the Dragon Book smct@frontiernet.net (Susan Thibodeau) (1999-07-25)
Re: Something "simpler" than the Dragon Book t.hutt@worldnet.att.net (Taylor Hutt) (1999-07-28)
Re: Something "simpler" than the Dragon Book aserafin@post.pl (Andrzej Serafin) (1999-07-28)
Re: Something "simpler" than the Dragon Book cgbatema@undergrad.math.uwaterloo.ca (1999-07-28)
Re: Something "simpler" than the Dragon Book ast@halcyon.com (1999-07-28)
Re: Something "simpler" than the Dragon Book d97roli@dtek.chalmers.se (1999-07-28)
Re: Something "simpler" than the Dragon Book flvdberg@wxs.nl (Floris van den Berg) (1999-07-28)
Re: Something "simpler" than the Dragon Book Sid-Ahmed-Ali.TOUATI@inria.fr (Sid Ahmed Ali TOUATI) (1999-07-28)
[11 later articles]
| List of all articles for this month |

From: Taylor Hutt <t.hutt@worldnet.att.net>
Newsgroups: comp.compilers
Date: 28 Jul 1999 01:44:44 -0400
Organization: Logic Magicians
References: 99-07-119
Keywords: books

Susan Thibodeau wrote:
>
> I am looking for a book on compilers/interpreters that covers lexical
> and syntax analysis, code generation, etc..


Niklaus Wirth's Compiler Construction (Addison Weseley, I believe) is
a good introduction to compiler writing. It will provide a foundation
for understanding lexical & semantic analysis, as well as code
generation. It will not provide any information on optimization
techniques.


Post a followup to this message

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