[plt-scheme] Good compiler texts?

From: Todd O'Bryan (toddobryan at gmail.com)
Date: Thu Dec 27 17:27:50 EST 2007

That looks like exactly what I was hoping would exist. Thanks!

On Dec 27, 2007 5:13 PM, Evgeny Roubinchtein <zhenya at freeshell.org> wrote:
> I haven't yet seen anyone mention "Parsing Techniques A Practical Guide"
> (assuming the OP is indeed interested in parsing).  Or is that text flawed
> in some way I am not aware of?
>
> http://www.cs.vu.nl/~dick/PTAPG.html
>
> --
> Evgeny
>
>
> On Thu, Dec 27, 2007 at 04:46:35PM -0500, Arthur Nunes-Harwit wrote:
> > Hi,
> >
> > >Can anyone suggest a good book on compiler theory?
> > >
> > >I'm not so interested in the nitty-gritty details of going to assembly
> > >code, but more interested in the difference in expressive powers and
> > >performance of different kinds of parsers, the idea of Abstract Syntax
> > >Trees, error detection and recovery, etc.
> >
> >   If you are interested in scanning and parsing, the book _Crafting a
> > Compiler with C_ by Charles Fischer and Richard LeBlanc is worth looking
> > at.  I believe Charles Fischer is an expert on LL(k)-parser error
> > detection and recovery.
> >
> > -Arthur
> >
> >
> >
>
> > _________________________________________________
> >  For list-related administrative tasks:
> >  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.