Find whether two regular expressions are equivalent
- Haskell 100%
|
Teofil Camarasu
a1cc6a5bdd
Add tests and bugfix
Add test cases for most of Kozen's axioms and a couple of equivalences Improve Parsing (Union and Concat precedence; add '+') Sundry bugfixes |
||
|---|---|---|
| src | Add tests and bugfix | |
| test | Add tests and bugfix | |
| .gitignore | Update gitignore and cabal file | |
| LICENSE | Initial commit | |
| package.yaml | Add tests and bugfix | |
| regeq.cabal | Add tests and bugfix | |
| stack.yaml | Add Regex parsing, Regex -> NFA -> DFA conversion, and DFA eq check | |