Re: Books on compiler tools ?

"Aleksey Demakov" <ademakov@gmail.com>
Tue, 9 Sep 2008 01:20:34 +0700

          From comp.compilers

Related articles
Books on compiler tools ? johnl@iecc.com (John L) (2008-09-05)
Re: Books on compiler tools ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2008-09-05)
Re: Books on compiler tools ? Juergen.Kahrs@vr-web.de (=?ISO-8859-1?Q?J=FCrgen_Kahrs?=) (2008-09-06)
Re: Books on compiler tools ? Anthony.Sloane@mq.edu.au (Tony Sloane) (2008-09-06)
Re: Books on compiler tools ? ademakov@gmail.com (Aleksey Demakov) (2008-09-07)
Re: Books on compiler tools ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2008-09-07)
Re: Books on compiler tools ? ademakov@gmail.com (Aleksey Demakov) (2008-09-09)
Re: Books on compiler tools ? tom@infoether.com (Tom Copeland) (2008-09-08)
| List of all articles for this month |

From: "Aleksey Demakov" <ademakov@gmail.com>
Newsgroups: comp.compilers
Date: Tue, 9 Sep 2008 01:20:34 +0700
Organization: Compilers Central
References: 08-09-027
Keywords: books
Posted-Date: 10 Sep 2008 06:43:27 EDT

On Sat, Sep 6, 2008 at 4:17 AM, John L <johnl@iecc.com> wrote:
> Are there any books currently in print that describe compiler building
> tools other than my venerable "lex & yacc". I realize that books like the
> dragon book mention them as part of a description of RE lexers or LALR
> parsers, but I'm more interested in books like Terrence Parr's 1996 book
> on PCCTS or Holub's book where he reimplemented lex and yacc.
>
> I can't find any -- am I the lone survivor or am I missing some?
>


Although it is not exactly a book but I think the bison manual
does a pretty good job. At least I learned how to use yacc-like
tools with (a much earlier version of) it.


http://www.gnu.org/software/bison/manual/index.html


Regards,
Aleksey



Post a followup to this message

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