Name : flex
| |
Version : 2.5.4a
| Vendor : (none)
|
Release : 2.caos
| Date : 2008-05-24 20:54:45
|
Group : Development/Tools
| Source RPM : flex-2.5.4a-2.caos.src.rpm
|
Size : 0.30 MB
| |
Packager : (none)
| |
Summary : A tool for creating scanners (text pattern recognizers).
|
Description :
The flex program generates scanners. Scanners are programs which can recognize lexical patterns in text. flex takes pairs of regular expressions and C code as input and generates a C source file as output. The output file is compiled and linked with a library to produce an executable. The executable searches through its input for occurrences of the regular expressions. When a match is found, it executes the corresponding C code. flex was designed to work with both Yacc and Bison, and is used by many programs as part of their build process.
|
RPM found in directory: /vol/rzm3/linux-caos/Caos-NSA-1.0/testing/x86_64 |