automata-from-regex
automata-from-regex copied to clipboard
An interactive c++ program to construct NFA, DFA, and minimized DFA from a given regular expression.
trafficstars
Automata From Regular Expressions
An interactive c++11 program to construct NFA, DFA, and minimized DFA from a given regular expression on the alphabet {a,b} and simulate the DFA on any possible input.
