Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37713534
en ru br
ALT Linux repos
S:2.6.4.0.88.9801-alt2
5.0: 2.5.33-alt3
4.1: 2.5.33-alt3
4.0: 2.5.33-alt3
3.0: 2.5.4a-ipl16mdk

Group :: Development/Other
RPM: flex

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 2.5.4a-ipl16mdk
Build date: 29 october 2002, 12:47 ( 1122.4 weeks ago )
Size: 288.01 Kb

Home page:   ftp://ftp.gnu.org/non-gnu/flex

License: BSD
Summary: A tool for creating scanners (text pattern recognizers)
Description:

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.

Current maintainer: Stanislav Ievlev

List of contributors

List of rpms provided by this srpm:

  • flex
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin