This is an interactive c++20 program to construct NFA, DFA, and minimized DFA from a given regular expressionand simulate the mDFA on any possible input which accepts regular expression on the alphabet [a-z] and on the symbol { |, *, (, ) }
- git clone https://github.com/wyyadd/automata-from-regex.git
- cd automata-from-regex/
- cmake CMakeLists.txt -B Build
- cd /Build
- make
- ./automata-from-regex