Télécharger le paquet source flex :
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.
|
|
|
| Architecture | Taille du paquet | Espace occupé une fois installé | Fichiers |
|---|---|---|---|
| amd64 | 325,0 ko | 1004 ko | [liste des fichiers] |
| armel | 318,8 ko | 984 ko | [liste des fichiers] |
| hppa | 319,0 ko | 988 ko | [liste des fichiers] |
| i386 | 306,1 ko | 972 ko | [liste des fichiers] |
| ia64 | 352,9 ko | 1244 ko | [liste des fichiers] |
| mips | 321,7 ko | 1036 ko | [liste des fichiers] |
| mipsel | 321,1 ko | 1036 ko | [liste des fichiers] |
| powerpc | 318,7 ko | 996 ko | [liste des fichiers] |
| s390 | 318,8 ko | 996 ko | [liste des fichiers] |
| sparc | 316,8 ko | 992 ko | [liste des fichiers] |