NFA and DFA algorithms visualized using Haskell
Find a file
Joscha ae84e1a148 Slightly change DFA visualization
Transitions to the same state are now clumped together as one arrow.
2019-10-28 13:44:26 +00:00
app Do some basic setup 2019-10-21 11:58:32 +00:00
src/Rextra Slightly change DFA visualization 2019-10-28 13:44:26 +00:00
test Create new project with stack 2019-10-21 11:43:55 +00:00
.gitignore Create new project with stack 2019-10-21 11:43:55 +00:00
ChangeLog.md Create new project with stack 2019-10-21 11:43:55 +00:00
LICENSE Create new project with stack 2019-10-21 11:43:55 +00:00
package.yaml Visualize the automata using GraphViz 2019-10-26 18:18:08 +00:00
README.md Create new project with stack 2019-10-21 11:43:55 +00:00
Setup.hs Create new project with stack 2019-10-21 11:43:55 +00:00
stack.yaml Create new project with stack 2019-10-21 11:43:55 +00:00
stack.yaml.lock Do some basic setup 2019-10-21 11:58:32 +00:00

regex-dingsda