Fedora Packages

flex

A tool for generating scanners (text pattern recognizers)

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 2.6.4-16.fc40 -
Fedora 40 2.6.4-16.fc40 -
Fedora 39 2.6.4-13.fc39 -
Fedora 38 2.6.4-12.fc38 -
File a new bug report »
Package Info
  • Upstream: https://github.com/westes/flex
  • License(s): BSD-3-Clause-flex AND GPL-3.0-or-later WITH Autoconf-exception-generic-3.0 AND GPL-3.0-or-later WITH Bison-exception-2.2 AND GPL-3.0-or-later WITH Texinfo-exception AND FSFAP AND FSFUL AND FSFULLR AND FSFULLRWD AND GPL-2.0-or-later AND X11
  • Maintainers: submachine, kasal, pfrankli

Related Packages

You can contact the maintainers of this package via email at flex dash maintainers at fedoraproject dot org.



Sources on Pagure