Исходный код 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.
|
|
|
| Архитектура | Размер пакета | В установленном виде | Файлы |
|---|---|---|---|
| amd64 | 325,0 Кб | 1004 Кб | [список файлов] |
| armel | 318,8 Кб | 984 Кб | [список файлов] |
| hppa | 319,0 Кб | 988 Кб | [список файлов] |
| i386 | 306,1 Кб | 972 Кб | [список файлов] |
| ia64 | 352,9 Кб | 1244 Кб | [список файлов] |
| mips | 321,7 Кб | 1036 Кб | [список файлов] |
| mipsel | 321,1 Кб | 1036 Кб | [список файлов] |
| powerpc | 318,7 Кб | 996 Кб | [список файлов] |
| s390 | 318,8 Кб | 996 Кб | [список файлов] |
| sparc | 316,8 Кб | 992 Кб | [список файлов] |