Description: Lex helps write programs whose control flow is directed by instances of regular expressions in the input stream. It is well suited for editor-script type transformations and for segmenting input in preparation for a parsing routine.
Lex source is a table of regular expressions and corresponding program fragments. The table is translated to a program which reads an input stream, copying it to an output stream and partitioning the input into strings which match the given expressions. As each such string is recognized the corresponding program fragment is executed. The recognition of the expressions is performed by a deterministic finite automaton generated by Lex. The program fragments written by the user are executed in the order in which the corresponding regular expressions occur in the input stream.
Computer program input generally has some structure in fact, every computer program that does input can be thought of as defining an ``input language which it accepts. An input l
File list (Check if you may need any files):
lex_yacc.pdf
__MACOSX
........\._lex_yacc.pdf