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.
Arch: i386
Download: | flex-2.5.4a-37.4.i386.rpm |
Build Date: | Wed Mar 8 07:42:38 2006 |
Packager: | Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla> |
Size: | 341 KiB |
Changelog
- * Wed Mar 8 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-37.4
-
- adding test for #183098 into build process
- * Thu Mar 2 17:00:00 2006 Petr Machata <pmachata{%}redhat{*}com> - 2.5.4a-37.3
-
- rebuilt, no changes inside. In hunt for #183098
- * Fri Feb 10 17:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.5.4a-37.2
-
- bump again for double-long bug on ppc(64)