Forgex v2.0
New Feature
This release includes the following feature:
- On-the-Fly DFA construciton is implemented.
About the Internal Implementation
This includes the following internal implementation changes:
- the prefix
forgex_
was added to all internal module names, - the
automaton_m
module was divided into theforgex_lazy_dfa_m
andforgex_nfa_m
modules, - time and memory space consumption was reduced.
No API changes.