Name : flex
| |
Version : 2.5.4a
| Vendor : Red Hat Software
|
Release : 6
| Date : 1999-03-21 22:10:03
|
Group : Development/Tools
| Source RPM : flex-2.5.4a-6.src.rpm
|
Size : 0.30 MB
| |
Packager : Red Hat Software < http://developer_redhat_com/bugzilla/>
| |
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/rzm6/linux-redhat/linux/6.0/en/os/i386/RedHat/RPMS |