Paketname | flex |
Beschreibung | A fast lexical analyzer generator. |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 2.5.35-9 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 976 Byte |
Hängt ab von | libc6 (>= 2.11), m4, dpkg (>= 1.15.4) | install-info |
Empfohlene Pakete | gcc | c-compiler |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 244184 Byte |
Prüfsumme MD5 | 3affaad37acd99d96ea6f5a6182f2a0b |
Prüfsumme SHA1 | d95a4fb78b1eea1b65eb11b6dd87fd8245713a1a |
Prüfsumme SHA256 | 878cb6003e55434c788269b170c042b7f8a0a7b000b460822163cd1989274520 |
Link zum Herunterladen | flex_2.5.35-9_i386.deb |
Ausführliche Beschreibung | 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.
|