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 Debian Archiv squeeze (main)
Version2.5.35-10
Sektiondoc
Prioritätoptional
Installierte Größe2636 Byte
Hängt ab von
Empfohlene Pakete
PaketbetreuerManoj Srivastava
Quelleflex
Paketgröße205366 Byte
Prüfsumme MD54cb59b70b7f07cb88d5114c58301ca8d
Prüfsumme SHA1ecfb313fe20c85dc225c6e7872dd2d9aa19c50b1
Prüfsumme SHA256e6dccf6caee83e0331f376fcf381f09d14f75a0ed3220ed56b5bbce3cc7c6ec3
Link zum Herunterladenflex-doc_2.5.35-10_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