rextra/src/Rextra
2019-10-31 20:16:34 +00:00
..
Automaton.hs Fix NFA-to-DFA conversion 2019-10-31 20:16:34 +00:00
Dfa.hs Implement DFA minimization 2019-10-31 19:10:33 +00:00
Fa.hs Implement Dfa using Fa 2019-10-30 15:19:52 +00:00
Nfa.hs Adapt nfaToDfa and dfaToNfa to new types 2019-10-30 18:09:30 +00:00
Regex.hs Add regex representations 2019-10-21 18:13:10 +00:00
Rextra.hs Do some basic setup 2019-10-21 11:58:32 +00:00
Util.hs Implement Dfa using Fa 2019-10-30 15:19:52 +00:00
Visualize.hs Explicitly order names in set labels 2019-10-30 21:31:25 +00:00