|
Quex is a generator used to create Lexical analysers which are then used for lexical analysis where characters are converted in to a stream of chunks.
.lex - LEX File (Misc Files)
Lexical analysis is a process where sequences of characters are converted in to a sequence of tokens, programs that performs this analysis are known as... [More Information] |