A tool for generating scanners (text pattern recognizers)
Description
The flex program generates scanners that can recognize lexical patterns in text.
Flex searches for the occurrence of regular expressions through its input.When
a match is found, it executes the corresponding C code.Flex was designed to work
with both Yacc and Bison.