Todo
To-Do List for Bregex
- Add more [test cases] (ONGOING).
- Refactor most CharT-templated stuff into a based Matcher class to perform flag- and charset-dependant character comparisons. This will allow the compiler and NFA to be moved into a compiled link library for improved ABI stability (DONE).
- Provide a compiled link library. See above. (IN PROGRESS)
- Provide dotty-based debug output from NFA (DONE: optioned under
SMW_NDEBUG).
- Rework
SMW_DEBUGstuff to be compatible with_GLIBCXX_DEBUGin libstdc++-v3 (DONE).
- Implement basic range matching.
- Refactor
_Scannerto use an abstract input cursor so it, too, can be moved into the compiled link library.

