Development/Tools

flex: A tool for creating scanners (text pattern recognizers)

Name:flex Vendor:Alcance Libre, Inc.
Version:2.5.35 License:BSD
Release:1.9.el5.al URL:http://flex.sourceforge.net/
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.35-1.9.el5.al.i386.rpm
Build Date:Mon Sep 8 21:08:47 2008
Packager:Joel Barrios <http://joel-barrios.blogspot.com/>
Size:701 KiB

Arch: src

Download:flex-2.5.35-1.9.el5.al.src.rpm
Build Date:Mon Sep 8 21:08:47 2008
Packager:Joel Barrios <http://joel-barrios.blogspot.com/>
Size:1.21 MiB

Changelog

* Wed Feb 27 18:00:00 2008 Petr Machata <pmachata{%}redhat{*}com> - 2.5.35-1
- Rebase to 2.5.35. Drop two patches.
- Resolves: #434961
- Resolves: #435047
* Mon Feb 25 18:00:00 2008 Petr Machata <pmachata{%}redhat{*}com> - 2.5.34-1
- Rebase to 2.5.34. Drop five patches.
- Resolves: #434676
* Mon Feb 11 18:00:00 2008 Petr Machata <pmachata{%}redhat{*}com> - 2.5.33-17
- Generate prototypes for accessor functions.  Upstream patch.
- Related: #432203

Listing created by RepoView-0.5.2-2.9.el5.al