Features
- character classes are now supported
- input strings can now be read from a text file
Changes
- unicode characters are not escaped anymore by default
- the performance of the DFA minimization algorithm has been improved for large DFAs
- regular expressions are now always surrounded by anchors
^
and$
Bug Fixes
- fixed a bug that caused a panic when giving an empty string as input