Open
Description
Problem:
As suggested by @vesk4000, there could be a DFA / Automata parser from some string that represents the DFA. This could come particularly handy (naive to say) when TM are introduced into the package.
Solution:
- introduce a DFA parser to construct DFAs from a string representing it
- make it fail on illegal, ill-formatted input.
- OPTIONAL: make it possible to choose the delimiter symbols to support other ways of representing DFAs as a stringr