Lexical Analyzer Generator Quex

Program Description

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.


Download

http://quex.sourceforge.net/


Supported File Types


icon .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]