home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / c / 13389 < prev    next >
Encoding:
Text File  |  1992-09-09  |  861 b   |  31 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!mcsun!fuug!ksvltd!jarmo
  3. From: jarmo@ksvltd.fi (Jarmo Raiha)
  4. Subject: Re: yacc and C identifiers
  5. Organization: KSV Instruments LTD
  6. Date: Wed, 9 Sep 1992 15:39:56 GMT
  7. Message-ID: <1992Sep9.153956.1230@ksvltd.fi>
  8. References: <9209050134.AA37258@cs90code.csv-tgsc.amex-trs.com>
  9. Lines: 20
  10.  
  11. gonzalod@amex-trs.com (Gonzalo Diethelm) writes:
  12.  
  13.  
  14.  
  15. >Distribution: world
  16.  
  17. >Hello everyone,
  18.  
  19. >Two questions about yacc. Assume I'm trying to implement a C compiler:
  20.  
  21. There are two books you should have.
  22. 1. Compilers, Principles techniques and tools by Aho,Sethi,Ullman
  23.    This tells the basics.
  24. 2. Compiler design in C by Allen Holub.
  25.    This book has real implementions of the theory described in the  book 1.
  26.  
  27. If you like compiler construction, these are the books to read.
  28. Maybe you should subscribe comp.compilers ?
  29.  
  30.  Jarmo Raiha
  31.