etch  ] [  etch-m68k  ] [  lenny  ] [  squeeze  ] [  sid  ]
[ Source: flex  ]

Package: flex (2.5.35-9)

A fast lexical analyzer generator.

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.

Tags: Software Development: Code Generation, Implemented in: C, User Interface: Command Line, Role: Program, Scope: Utility, Works with: Source Code

Other Packages Related to flex

  • depends
  • recommends
  • suggests
  • dep: dpkg (>= 1.15.4)
    Debian package management system
    or install-info
    Manage installed documentation in info format
  • dep: libc6 (>= 2.10) [hppa]
    GNU C könyvtár: megosztott könyvtárak
    also a virtual package provided by libc6-udeb
    dep: libc6 (>= 2.3.4) [mips, mipsel]
    dep: libc6 (>= 2.4) [powerpc]
    dep: libc6 (>= 2.7) [amd64, armel, i386, s390, sparc]
  • dep: libc6.1 (>= 2.7) [ia64]
    GNU C könyvtár: megosztott könyvtárak
    also a virtual package provided by libc6.1-udeb
  • dep: m4
    egy makró feldolgozó nyelv
  • sug: bison
    A parser generator that is compatible with YACC
  • sug: build-essential
    Informational list of build-essential packages

Download flex

Download for all available architectures
Architecture Package Size Installed Size Files
amd64 325.0 kB1004 kB [list of files]
armel 318.8 kB984 kB [list of files]
hppa 319.0 kB988 kB [list of files]
i386 306.1 kB972 kB [list of files]
ia64 352.9 kB1244 kB [list of files]
mips 321.7 kB1036 kB [list of files]
mipsel 321.1 kB1036 kB [list of files]
powerpc 318.7 kB996 kB [list of files]
s390 318.8 kB996 kB [list of files]
sparc 316.8 kB992 kB [list of files]