Quex0.46.2
Lexical Analyzer Generator.
Friday, September 25, 2009
- Development
- Languages
- C and CPlusPlus
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.
- linux
- Downloads1268
- LicenseGPL
- PlatformsPlattform independent
- RequirementsPython
- Tags
Downloads / Release History
Comments
No comment. Be the first to enter a comment.