Convert DFA to regular expression
| src | a | |
| .gitignore | a | |
| hie.yaml | a | |
| kleene.cabal | a | |
| LICENSE | a | |
| package.yaml | a | |
| README.md | a | |
| Setup.hs | a | |
| stack.yaml | a | |
| stack.yaml.lock | a | |
Automaton to regular expression
This program can convert any DFA to a regular expression. It also simplifies the expression to some extent, but not fully.