Flex

Flex - Fast lexical analyzer
Download

Flex Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Freeware
  • Price:
  • FREE
  • Publisher Name:
  • Will Estes
  • Publisher web site:
  • Operating Systems:
  • Mac OS X
  • File Size:
  • 1.4 MB

Flex Tags


Flex Description

Flex - Fast lexical analyzer Flex is a free tool for generating scanners (programs which recognize lexical patterns in text).The flex program reads user-specified 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 a C source file named, "lex.yy.c", which defines the function yylex(). The file "lex.yy.c" can be compiled and linked to produce an executable. When the executable is run, it analyzes its input for occurrences of text matching the regular expressions for each rule. This way, whenever it will find a match, it will automatically execute the corresponding C code.NOTE: Flex is licensed and released under the BSD License.


Flex Related Software