Letter F

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

Website: http://flex.sourceforge.net/
License: BSD and LGPLv2+
Vendor: Alcance Libre, Inc.
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.

Packages

flex-2.6.0-4.fc14.al.x86_64 [299 KiB] Changelog by Joel Barrios (2018-08-30):
- Rebuild with gcc 7.3.
flex-2.6.0-4.fc14.al.i686 [292 KiB] Changelog by Joel Barrios (2018-08-30):
- Rebuild with gcc 7.3.

Listing created by Repoview-0.6.6-6.fc14.al