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-doc
BeschreibungDocumentation for flex (a fast lexical analyzer generator).
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (main)
Version2.5.35-9
Sektiondoc
Prioritätoptional
Installierte Größe1660 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelleflex
Paketgröße197272 Byte
Prüfsumme MD54d9db06d0195ad75e4ca96cf7bfe99ae
Prüfsumme SHA110fe827064d6646b541ea61d89584a0836430173
Prüfsumme SHA25645f043a56472fe24774c18d9b4148e734dd953a754e3166ffe93ed431bbe816c
Link zum Herunterladenflex-doc_2.5.35-9_all.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. . This package contains the HTML documentation for flex.


Impressum
Linux is a registered trademark of Linus Torvalds