Testing regex rather than only automata
Closed this issue · 1 comments
Devorein commented
Right now we are only able to test automata rather than literal regex. I would suggest having a regex class called RegularExpression
just like DeterministicFiniteAutomata
so that we can interchange between them and test them out easily.