| | Amazon.com: Lex & Yacc (A Nutshell Handbook): Books: John R Levine,Tony Mason,Doug Brown (Site not responding. Last check: ) |
 | | Yacc (yet another compiler compiler) and its companion lex (lexical analyzer) are primarily intended to allow quick and easy development of small special-purpose languages. |
 | | Yacc uses a formal grammar to parse an input stream, something which lex cannot do using simple regular expressions since lex is limited to simple finite state automata. |
 | | In summary, if you've never used lex or yacc before and think they might be useful tools for you, and you already know the C programming language, this is a handy book to have. |
| www.amazon.com /Yacc-Nutshell-Handbook-John-Levine/dp/1565920007 (2098 words) |