flex

Edit Package flex

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.
You should install flex if you are going to use your system for
application development.

Refresh
Refresh
Source Files
Filename Size Changed
flex-2.6.4-AC_USE_SYSTEM_EXTENSIONS.patch 0000000909 909 Bytes
flex-2.6.4-libtool.patch 0000003010 2.94 KB
flex-2.6.4.tar.gz 0001419096 1.35 MB
flex.spec 0000007096 6.93 KB
Latest Revision
Comments 0
openSUSE Build Service is sponsored by