NFA and DFA algorithms visualized using Haskell
Find a file
Joscha 51dfa176ac Adapt nfaToDfa and dfaToNfa to new types
Also, the files updated so far compile with --pedantic now :)
2019-10-30 18:09:30 +00:00
app Do some basic setup 2019-10-21 11:58:32 +00:00
src/Rextra Adapt nfaToDfa and dfaToNfa to new types 2019-10-30 18:09:30 +00:00
test Create new project with stack 2019-10-21 11:43:55 +00:00
.gitignore Change project name 2019-10-28 13:48:28 +00:00
LICENSE Create new project with stack 2019-10-21 11:43:55 +00:00
package.yaml Fix package 2019-10-30 11:24:02 +00:00
README.md Change project name 2019-10-28 13:48:28 +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

rextra