Development/Tools

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: x86_64

Download:flex-2.5.4a-29.x86_64.rpm
Build Date:Wed Feb 4 15:26:00 2004
Packager:Jaroslaw Polok <jaroslaw{*}polok{%}cern{*}ch>
Size:252 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

Listing created by RepoView-0.5.2