See also
Previous: <Deficiencies=>Deficienci> * Next: <Author=>Author> * Up: <Top=>!Root>

#Wrap on
{fH3}See also{f}

{fCode}lex{f}(1), {fCode}yacc{f}(1), {fCode}sed{f}(1), {fCode}awk{f}(1).

John Levine, Tony Mason, and Doug Brown: Lex & Yacc;
O'Reilly and Associates.  Be sure to get the 2nd edition.

M. E. Lesk and E. Schmidt, LEX - Lexical Analyzer Generator.

Alfred Aho, Ravi Sethi and Jeffrey Ullman: Compilers:
Principles, Techniques and Tools; Addison-Wesley (1986).
Describes the pattern-matching techniques used by {fCode}flex{f}
(deterministic finite automata).

