NFA and DFA algorithms visualized using Haskell
Find a file
Joscha 89a5683ba2 Change function naming scheme
Since NFAs and DFAs have been put into separate modules, there's no
need to prefix their attribute functions with 'nfa' or 'dfa' any more.
2019-10-24 22:39:17 +00:00
app Do some basic setup 2019-10-21 11:58:32 +00:00
src/Rextra Change function naming scheme 2019-10-24 22:39:17 +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