Flex

Not Rated
Description
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.
Interface: Command Line
Associated Programs
bison A parser generator that is compatible with YACC
build-essential Informational list of build-essential packages
flex-doc Documentation for flex (a fast lexical analyzer generator).
GNU C Compiler GNU C compiler
Available deb Repositories (how-to add a respository)
Debian 32-bit 64-bit
stable 2.5.35-10 2.5.35-10
testing 2.5.35-10.1 2.5.35-10.1
sid 2.5.35-10.1 2.5.35-10.1

Ubuntu 32-bit 64-bit
hardy 2.5.34-2.1 2.5.34-2.1
lucid 2.5.35-9 2.5.35-9
oneiric 2.5.35-10ubuntu1 2.5.35-10ubuntu1
precise 2.5.35-10ubuntu3 2.5.35-10ubuntu3

Available rpm Repositories

Rating: Not Rated (0 votes)


Login or Register to rate Flex, add a Tag, or designate as an alternative to a Windows app



Upload Screenshots
Images must be in GIF, JPG, or PNG formats and can be no larger than 2 MB. Only one file can be uploaded at a time. A description can be included, but it is optional.
Desc:
File:
You must login or register to upload a screenshot.
Submit Web Links
Submit the title and link (including http://) to an article pertaining to Flex and it will appear in the Web Links section of the right banner. Contact us here if an entry needs to be removed.
Title:
Link:
You must login or register to post links.

Write a Review

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
More information about formatting options