flex

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.
Current version: 2.6.4

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 2.6.4 download project version
2019-01-17 9 2.6.4 download project version
2017-07-13 8 2.5.37 download project version
2015-06-25 7 2.5.36 download project version
2014-03-07 6 2.5.36 download project version
2013-09-10 5 2.5.36 download project version
2012-10-31 4 2.5.35 download project version
2012-05-01 3 2.5.35 download project version
2005-11-08 2 2.5.4 download project version