digitalmars.D - [OT] LALR table-generation docs?
- Nick Sabalausky (3/3) Aug 12 2010 Does anyone have any particular recommendations for a good book/webpage ...
- Justin Johansson (8/13) Aug 12 2010 Though it sounds like you are looking for something more distilled,
Does anyone have any particular recommendations for a good book/webpage that explains how to generate LALR tables? Something that, as much as possible, assumes a programmer audience, not a mathematician audience.
Aug 12 2010
Though it sounds like you are looking for something more distilled, this is the definitive resource: Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman. Compilers: Principles, Techniques, and Tools Addison--Wesley, 1986. (AKA The Dragon Book, describes the traditional techniques for building LALR(1) parsers.) Cheers Justin Johansson Nick Sabalausky wrote:Does anyone have any particular recommendations for a good book/webpage that explains how to generate LALR tables? Something that, as much as possible, assumes a programmer audience, not a mathematician audience.
Aug 12 2010