lexertl: The Modular Lexical Analyser Generator
Latest Version:
What I'm Currently Working on
- Recode char_state_machine to support re2c style generators.
- Write re2c style generator
- Write a file_iterator
- Introduce template type as replacement for
std::size_t in tables.
- Improve merging of
^ based rules with all other rules.
- Specialised lookup (
bol, eol etc.)
- Iterator traits for
state_machine/const_iterator only.
- Preparing for boost review.
Outstanding Features
- Update
boost docs.
- Investigate Ville Laurikari's tagged DFAs in more depth.
- Redo code generator (in the style of re2c with
^, $
and multi-state support).
- Implement POSIX Extensions support?
Boost Submission (Work in Progress):