1 <sect2><title> </title><para> </para></sect2>
3 <sect2><title>Descriptions</title>
5 <para>Last checked against version &flex-contversion;.</para>
7 <sect3><title>Program file descriptions</title>
9 <sect4><title>flex</title>
10 <para>flex is a tool for generating programs which recognize
11 patterns in text. Pattern recognition is very useful in many applications.
12 A user sets up rules about what to look for and flex will make a program
13 that looks for those patterns. The reason people use flex is that it is
14 much easier to set up rules for what to look for than to write the actual
15 program which finds the text.</para></sect4>
17 <sect4><title>flex++</title>
18 <para>flex++ invokes a version of flex which is used exclusively for
19 C++ scanners.</para></sect4>
21 <sect4><title>lex</title>
22 <para>We create a bash script called lex which calls flex using the -l option.
23 This is for compatibility purposes for programs which use lex instead
24 of flex.</para></sect4>
28 <sect3><title>Library file descriptions</title>
30 <sect4><title>libfl</title>
31 <para>libfl is the flex library.</para></sect4>