0.2.0
This release adds a new deterministic finite automaton backend for lexmachine
. For most users this will improve the speed of tokenization and is the default backend used. The NFA based engine is still available by the new function CompileNFA()
.