Shows programmers how to use two UNIX utilities, lex and yacc, in program development. The second edition contains completely revised tutorial sections for novice users and reference sections for advanced users. This edition is twice the size of the first, has an expanded index, and covers Bison and Flex.
Re-brushed my understanding and wonderful read because of authors build crystal clear explanation. It helps also because of my familiarity with the topic. This book binds my wayward information and knowledge to perspective and solidified it.
Thank you so much for writing such easy and gulp-able meterial for ordinary mortals like us.
Decently written book - it covers the main tasks (of lexer and parser) in sufficient detail. More importantly it gives good references to continue studying for those interested. The code examples are where things aren't as great. While the SQL parser is easily understandable, since, even if one doesn't know sql, the bare amounts of sql required are given in the book, the same can't be said about the other example the MGL (Menu Generation Language) which assumes familiarity with curses and the whole idea of generating menus in said style seems very artificial (for lack of a better word, and figure of speech). Probably a second example of a subset of more well known languages (or those that can be explained in a single chapter) would have been great (probably something like awk/python maybe?)