Paketname | flex |
Beschreibung | A fast lexical analyzer generator. |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 2.5.35-10 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 972 Byte |
Hängt ab von | libc6 (>= 2.7), m4, dpkg (>= 1.15.4) | install-info |
Empfohlene Pakete | gcc | c-compiler |
Paketbetreuer | Manoj Srivastava |
Quelle | |
Paketgröße | 314300 Byte |
Prüfsumme MD5 | 6e1c635c67a646e81e587b5188ddfc33 |
Prüfsumme SHA1 | c7572fc4418478446762c42912d93c71ae225ad2 |
Prüfsumme SHA256 | 648e72bd9e81dc2d259a5cf196d9a22e70c63617bf10b1e82186295bfdb405d9 |
Link zum Herunterladen | flex_2.5.35-10_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.
|