Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
flex: A tool for creating scanners (text pattern recognizers).
- Summary
- 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.
Changelog
- * Wed Mar 14 10:00:00 2007 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Tue Jul 18 11:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-41
-
- Reverting posix patch. Imposing posix because of warning is too
much of a restriction.
- * Sun Jul 16 11:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-40
-
- using dist tag