Paketname | flex-doc |
Beschreibung | Documentation for flex (a fast lexical analyzer generator). |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 2.5.35-9 |
Sektion | doc |
Priorität | optional |
Installierte Größe | 1660 Byte |
Hängt ab von | |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | flex |
Paketgröße | 197272 Byte |
Prüfsumme MD5 | 4d9db06d0195ad75e4ca96cf7bfe99ae |
Prüfsumme SHA1 | 10fe827064d6646b541ea61d89584a0836430173 |
Prüfsumme SHA256 | 45f043a56472fe24774c18d9b4148e734dd953a754e3166ffe93ed431bbe816c |
Link zum Herunterladen | flex-doc_2.5.35-9_all.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.
.
This package contains the HTML documentation for flex.
|