Noeud:Further Reading On Parsing, Noeud « Previous »:Exercises on Bison, Noeud « Up »:Parsing



Further Reading On Parsing

Here a list of suggested readings.

Bison - The YACC-compatible Parser Generator
Written by Charles Donnelly and Richard Stallman
Published by The Free Software Foundation

Available with the sources for GNU Bison. Definitely one of the most beautiful piece of software documentation.

Lex & Yacc
Written by John R. Levine, Tony Mason and Doug Brown
Published by O'Reilly; ISBN: (FIXME: I have the french one :).)

As many details on all the Lexes and Yacces as you may wish.

Parsing Techniques - A Practical Guide
Written by Dick Grune and Ceriel J. Jacob
Published by the authors; ISBN: 0-13-651431-6

A remarkable review of all the parsing techniques. Freely available on the web pages of the authors since the book was out of print. (FIXME: url.).

Modern Compiler Implementation in C, Java, ML
Written by Andrew W. Appel
Published by Cambridge University Press; ISBN: 0-521-58390-X

A nice introduction to the principles of compilers. As a support to theory, the whole book aims at the implementation of a simple language, Tiger, and of some of its extensions (Object Oriented etc.).