Related articles |
---|
A JavaCC book tom@infoether.com (Tom Copeland) (2007-07-19) |
Re: A JavaCC book englere_geo@yahoo.com (Eric) (2007-07-23) |
Re: A JavaCC book tom@infoether.com (Tom Copeland) (2007-07-26) |
From: | Tom Copeland <tom@infoether.com> |
Newsgroups: | comp.compilers |
Date: | Thu, 19 Jul 2007 09:34:07 -0400 |
Organization: | Compilers Central |
Keywords: | books, Java, tools |
Posted-Date: | 19 Jul 2007 17:13:59 EDT |
Hi all -
Folks working with Java may be familiar with the LL(k) parser
generator JavaCC. This fine utility has been around almost as long as
Java has, but the documentation has always been slightly lacking.
Thus my new book: "Generating Parsers With JavaCC". It covers the
things you would expect - token specifications, lexical states, the
ins and outs of syntactic and semantic predicates, and building ASTs.
It also includes many practical bits on effective testing techniques,
using the JavaCC Eclipse plugin, and so forth. The book's web site
(including a full table of contents and ordering information) is here:
http://generatingparserswithjavacc.com/
Enjoy!
Yours,
Tom Copeland
tom@infoether.com
Return to the
comp.compilers page.
Search the
comp.compilers archives again.