Name : flex
| |
Version : 2.5.39
| Vendor : Openwall
|
Release : owl1
| Date : 2015-01-11 03:39:04
|
Group : Development/Tools
| Source RPM : flex-2.5.39-owl1.src.rpm
|
Size : 0.88 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/rzm1/linux-ibiblio.old/distributions/openwall/Owl/current/x86_64/RPMS |