flex-desc.xml 536 B

123456789101112131415161718
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Flex package contains the flex program</para>
  4. </sect2>
  5. <sect2><title>Description</title>
  6. <para>Flex is a tool for generating programs which recognize patterns in text.
  7. Pattern recognition is very useful in many applications. A user sets up rules
  8. what to look for and flex will make a program that looks for those
  9. patterns. The reason people use flex is that it is much easier to sets up
  10. rules for what to look for than to write the actual program that finds
  11. the text.</para>
  12. </sect2>