308
Identifier : flex
Depends : m4
Updated Date : 01/05/2021 00:27
Added Date : 27/11/2020 00:20
Description
fast lexical analyzer generator Flex is a tool for generating scanners: programs which recognized lexical patterns in text. It reads the given input files for a description of a scanner to generate. The description is in the form of pairs of regular expressions and C code, called rules. Flex generates as output a C source file, lex.yy.c, which defines a routine yylex(). This file is compiled and linked with the -lfl library to produce an executable. When the executable is run, it analyzes its input for occurrences of the regular expressions. Whenever it finds one, it executes the corresponding C code.
Version History
Packages are not hosted on our server, they could be protected or unavailable.
- Download flex version 2.6.4-2 01/05/2021 00:27
MD5: ce617f00dfb85a320eb3bca0982ed51a - Download flex version 2.6.4-1 16/03/2021 21:06
MD5: 65235a8d92f814c08b79859a47e48396 - Download flex version 2.6.4 27/11/2020 00:20
MD5: e9678949a2517544e51441dab06fbee0