Re: Something "simpler" than the Dragon Book

Sid Ahmed Ali TOUATI <Sid-Ahmed-Ali.TOUATI@inria.fr>
28 Jul 1999 01:51:21 -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)
Re: Something "simpler" than the Dragon Book albaugh@agames.com (1999-07-28)
Re: Something "simpler" than the Dragon Book vincent.englebert@info.fundp.ac.be (Vincent Englebert) (1999-07-30)
Re: Something "simpler" than the Dragon Book sammy.mitchell@semware.com (Sammy Mitchell) (1999-07-30)
Re: Something "simpler" than the Dragon Book aduncan@cs.ucsb.edu (Andrew Duncan) (1999-07-30)
Re: Something "simpler" than the Dragon Book smct@frontiernet.net (Susan Thibodeau) (1999-07-30)
Re: Something "simpler" than the Dragon Book leszek@hands.com.pl (Leszek Piotrowicz) (1999-07-30)
[5 later articles]
| List of all articles for this month |

From: Sid Ahmed Ali TOUATI <Sid-Ahmed-Ali.TOUATI@inria.fr>
Newsgroups: comp.compilers
Date: 28 Jul 1999 01:51:21 -0400
Organization: INRIA
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..


For lexico/syntaxic analysis, any introduction book to language theory
will help you. You have first to study grammars and/or automatons. This
is the first base. Try :


    1.An Introduction to formal
      language theory - Moll,
      Robert N. - Springer -
      1988


after this, you could study a standard tool of lexico/synatxic analysis.
You can find it in:


  2. LEX and YACC - Levine,
      John R. - 2nd ed. -
      O'Reilly & Associates -
      1992


About code generation, you have first to well study semantic analysis:
dragon book is the best one if you are looking for basis.


hope that this will help you. Have good hollydays with LR grammars :-).


SAAT


Post a followup to this message

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