Menu

Review: Building Parsers With Java

I recently discovered this fantastic book:

Building Parsers With Java
by Steven John Metsker
ISBN 0-201-71962-2

In the book, Metsker presents a parsing framework
that is similar to Locos in many ways. He uses
his framework to explain both the theoretical
concepts and practical details of building and
working with parsers.

I think Building Parsers With Java would be a
great book to read when learning about Locos.
To help bridge the gap I've taken two of
Metsker's examples ("minimath" and "arithmetic")
and transformed them into Locos examples. These
are available in the 0.07 release.

Posted by Chris Daly 2001-05-28

Log in to post a comment.