Please note that this site contains information about obsolete Debian releases; if you search for current data, please use packages.debian.org.
bo  ] [  hamm  ] [  slink  ] [  potato  ] [  woody  ] [  sarge  ] [  etch  ] [  lenny  ]
[ 源代码: flex  ]

软件包: flex (2.5.4a-24)

A fast lexical analyzer generator.

flex is a tool for generating scanners: programs which recognized lexical patterns in text. flex 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 product includes software developed by the University of California, Berkeley and its contributors. The upstream source code can be found at ftp://ftp.gnu.org/pub/non-gnu/flex/

其他与 flex 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • dep: libc6 (>= 2.2.4-4) [除 alpha, ia64]
    GNU C Library: Shared libraries and Timezone data
  • dep: libc6.1 (>= 2.2.4-4) [alpha, ia64]
    GNU C Library: Shared libraries and Timezone data
  • sug: bison
    A parser generator that is compatible with YACC.
    同时作为一个虚包由这些包填实: bison++

下载 flex

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
alpha 192.0 kB442 kB 没有当前信息
arm 185.4 kB504 kB 没有当前信息
hppa 189.7 kB508 kB 没有当前信息
i386 177.8 kB500 kB 没有当前信息
ia64 208.4 kB636 kB 没有当前信息
m68k 172.8 kB480 kB 没有当前信息
mips 188.4 kB576 kB 没有当前信息
mipsel 187.4 kB576 kB 没有当前信息
powerpc 183.8 kB508 kB 没有当前信息
s390 182.8 kB504 kB 没有当前信息
sparc 186.1 kB508 kB 没有当前信息