Building Parsers with Java (CHM 英文版)
(CHM 英文版)
By Steven John Metsker
Publisher : Addison Wesley
Date Published : March 01, 2001
ISBN : 0-201-71962-2
Pages : 400
How to design, code, and test a working parser
How to create a parser to read a data language, and how to create new computer languages with XML
How to translate the design of a language into code
How to accept an arithmetic formula and compute its result
How to accept and apply matching expressions like th* one
How to use tokenizers to define a parser in terms of logical nuggets instead of individual characters
How to build parsers for a custom logic language like Prolog
How to build parsers for a custom query language that goes beyond SQL
How to construct an imperative language that translates text into commands that direct a sequence of actions
详细介绍,源码在此:http://www.informit.com/store/product.aspx?isbn=0201719622