|
| Quex - Lexical Analyzer Generator.Updated by fschaef on Thursday, September 06th 2007.Quex is a lexical analyzer generator for C++ based on regular expressions in the traditional lex/flex style. However, quex implements the lexical anlyzer using a much faster approach, the so called 'directly coded' approach. Engines created with quex (and compiled with -DNDEBUG) are up to three times faster then engines created with flex. Additionally quex provides features such as sophisticated lexer modes that can be inherited, mode transition events, indentation events, a token queue, and many 'code paste' actions that allow to modify the created C++ class in a handy manner. Licence : GPL
Version : 0.15.3 [Stable]
Release Notes : Bug Fixes, Automatic Token ID Generation, Improved Unicode Handling.
Platforms : Plattform independent
Requirements : Python
|