NFA and DFA algorithms visualized using Haskell
Find a file
2019-10-26 15:24:36 +00:00
app Do some basic setup 2019-10-21 11:58:32 +00:00
src/Rextra Rename a DFA's and NFA's states 2019-10-26 15:24:36 +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 Add DFA and NFA representations 2019-10-24 12:28:47 +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