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 Debian Archiv squeeze (main)
Version2.5.35-10
Sektiondevel
Prioritätoptional
Installierte Größe972 Byte
Hängt ab vonlibc6 (>= 2.7), m4, dpkg (>= 1.15.4) | install-info
Empfohlene Paketegcc | c-compiler
PaketbetreuerManoj Srivastava
Quelle
Paketgröße314300 Byte
Prüfsumme MD56e1c635c67a646e81e587b5188ddfc33
Prüfsumme SHA1c7572fc4418478446762c42912d93c71ae225ad2
Prüfsumme SHA256648e72bd9e81dc2d259a5cf196d9a22e70c63617bf10b1e82186295bfdb405d9
Link zum Herunterladenflex_2.5.35-10_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