automata-from-regex
automata-from-regex copied to clipboard
A python program to build nfa, dfa and minimised DFA from given regular expression. Uses Tkinter for GUI and GraphViz for graphs.
Encountering some trouble while comparing equal status: It's not equal while a status is in ending states , and another one is not in ending stats: Fixed with coming codes:...
can you check the results here .. my input was : x(x+y)*+z https://image.ibb.co/dx6fSa/Screenshot_from_2017_05_24_20_42_39.png 1 -> 3 on "z" i can't understand why this is there .. maybe i miss something...
http://stackoverflow.com/questions/247167/exclusive-or-in-regular-expression for example, how to do this one: /^(foo|bar){1}$/
python cli.py "0*1(0+10*1)*" the result is not correct Anything I misunderstood?