Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/flex,
Fast clone of lex(1), the lexical scanner generator
Branch: CURRENT,
Version: 2.6.1,
Package name: flex-2.6.1,
Maintainer: pkgsrc-usersflex is a tool for generating scanners: programs which recognized
lexical patterns in text. flex reads the given input files, or its
standard input if no file names are given, 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.
Required to run:[
devel/gettext-tools] [
devel/m4]
Required to build:[
devel/bison] [
converters/help2man] [
pkgtools/cwrappers]
Master sites:
SHA1: c99b9217dc13bc78eef3a503fc93608d113ddcad
RMD160: 497c257bff161300e80f0997987d250882db15a4
Filesize: 577.174 KB
Version history: (Expand)
- (2016-11-07) Package deleted from pkgsrc
- (2016-08-12) Package added to pkgsrc.se, version flex-2.6.1 (created)