a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 66158 and 2493

Description: Documentation for flex (a fast lexical analyzer generator).
 Flex is a tool for generating scanners: programs which recognized lexical
 patterns in text. It reads the given input files for a description of a
 scanner to generate. The description is in the form of pairs of regular
 expressions and C code, called rules. Flex generates as output a C source
 file, lex.yy.c, which defines a routine yylex().  This file is compiled
 and linked with the -lfl library to produce an executable. When the
 executable is run, it analyzes its input for occurrences of the regular
 expressions. Whenever it finds one, it executes the corresponding C code.
 .
 This package contains the HTML documentation for flex.
Description: Documentation for flex (a fast lexical analyzer generator)
 This package contains the HTML documentation for flex. The upstream
 source code can be found at
 http://prdownloads.sourceforge.net/lex/flex-2.5.31.tar.bz2?download
 The project web page is at http://lex.sf.net/
--- 66158	Thu Jan  1 00:00:00 1970
+++ 2493	Thu Jan  1 00:00:00 1970
@@ -1,11 +1,5 @@
-Documentation for flex (a fast lexical analyzer generator).
+Documentation for flex (a fast lexical analyzer generator)
- Flex is a tool for generating scanners: programs which recognized lexical
+ This package contains the HTML documentation for flex. The upstream
- patterns in text. It reads the given input files for a description of a
+ source code can be found at
- scanner to generate. The description is in the form of pairs of regular
+ http://prdownloads.sourceforge.net/lex/flex-2.5.31.tar.bz2?download
- expressions and C code, called rules. Flex generates as output a C source
+ The project web page is at http://lex.sf.net/
- file, lex.yy.c, which defines a routine yylex().  This file is compiled
- and linked with the -lfl library to produce an executable. When the
- executable is run, it analyzes its input for occurrences of the regular
- expressions. Whenever it finds one, it executes the corresponding C code.
- .
- This package contains the HTML documentation for flex.