| 123456789101112131415161718192021222324252627 | <sect2><title> </title><para> </para></sect2><sect2><title>Descriptions</title><para>(Last checked against version &flex-contversion;.)</para><sect3><title>Program file descriptions</title><para><command>flex</command> is a tool for generating programs thatrecognize patterns in text. Pattern recognition is useful in many applications.From a set of rules on what to look for flex makes a program that looks forthose patterns. The reason to use flex is that it is much easier to specifythe rules for than to write the actual pattern-finding program.</para><para><command>flex++</command> invokes a version of flex that is usedexclusively for C++ scanners.</para></sect3><sect3><title>Library file descriptions</title><para><command>libfl</command> is the flex library.</para></sect3></sect2>
 |