flex-desc.xml 830 B

123456789101112131415161718192021222324252627
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &flex-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <para><command>flex</command> is a tool for generating programs that
  6. recognize patterns in text. Pattern recognition is useful in many applications.
  7. From a set of rules on what to look for flex makes a program that looks for
  8. those patterns. The reason to use flex is that it is much easier to specify
  9. the rules for than to write the actual pattern-finding program.</para>
  10. <para><command>flex++</command> invokes a version of flex that is used
  11. exclusively for C++ scanners.</para>
  12. </sect3>
  13. <sect3><title>Library file descriptions</title>
  14. <para><command>libfl.a</command> is the flex library.</para>
  15. </sect3>
  16. </sect2>