|
Computer Programming Software Terms, Glossary and Dictionary
Flex Lexical Analyser Generator
The Flex lexical analyser generator (Flex) is a free software alternative to Lex. Flex 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.
|