DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnameflex
BeschreibungA fast lexical analyzer generator.
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version2.5.35-9
Sektiondevel
Prioritätoptional
Installierte Größe976 Byte
Hängt ab vonlibc6 (>= 2.11), m4, dpkg (>= 1.15.4) | install-info
Empfohlene Paketegcc | c-compiler
PaketbetreuerUbuntu Developers
Quelle
Paketgröße244184 Byte
Prüfsumme MD53affaad37acd99d96ea6f5a6182f2a0b
Prüfsumme SHA1d95a4fb78b1eea1b65eb11b6dd87fd8245713a1a
Prüfsumme SHA256878cb6003e55434c788269b170c042b7f8a0a7b000b460822163cd1989274520
Link zum Herunterladenflex_2.5.35-9_i386.deb
Ausführliche BeschreibungFlex 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.


Impressum
Linux is a registered trademark of Linus Torvalds