Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 464 Bytes

File metadata and controls

14 lines (10 loc) · 464 Bytes

DFA2Regex

Simón Fallon Giraldo, Mateo Restrepo Sierra

This program basically receives a DFA and returns its equivalent regular expression, in order to represent the same type of language.

To use our program you must call the function 'dfa2Regex' that has as parameter that is a DFA, which has to be defined using the module of DFA. If you want to see it you must print it in the main.

GHC version 8.4.3 Haddock version 2.20.0 Hlint version 2.1.10