Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
flex: A tool for creating scanners (text pattern recognizers).
Name: | flex |
Vendor: | CERN (http://cern.ch/linux) |
Version: | 2.5.4a |
License: | BSD |
Release: | 29 |
URL: | |
- 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: ia64
Download: | flex-2.5.4a-29.ia64.rpm |
Build Date: | Thu Feb 5 11:04:41 2004 |
Packager: | Jaroslaw Polok <jaroslaw.polok@cern.ch> |
Size: | 360 KiB |
Changelog
- * Wed Jan 22 04:00:00 2003 Tim Powers <timp{%}redhat{*}com>
- rebuilt
- * Tue Jan 7 04:00:00 2003 Jeff Johnson <jbj{%}redhat{*}com> 2.5.4a-28
- don't include -debuginfo files in package.
- * Mon Nov 4 04:00:00 2002 Than Ngo <than{%}redhat{*}com> 2.5.4a-27
- YY_NO_INPUT patch from Jean Marie