Analyzed 11 months ago
Generator of extremely fast lexical analysers. Sophisticated input/buffer management. Many character encodings (incl. ASCII, UTF8, UTF16, RUSCII, ...) are directly supported. Regular expressions are specified in the lex/flex style.
Features:
* Support for Unicode and many other character
... [More]
encodings.
* Modes with inheritance relationships and transition rules.
* Sophisticated buffer management.
* Include stacks.
* Customized token classes.
* Template compression for code size reduction.
* Path compression for code size reduction.
* Possibility of indentation based lexical analysis (INDENT, DEDENT, NODENT).
* Produces direct coded lexical analyzers.
* Adjustable implicit line and column number counting. [Less]