automata-from-regex icon indicating copy to clipboard operation
automata-from-regex copied to clipboard

python cli.py "0*1(0*10*1)*0*" the result is not correct

Open chakpongchung opened this issue 8 years ago • 2 comments

python cli.py "01(0+101)*" the result is not correct

Anything I misunderstood?

chakpongchung avatar Jan 30 '17 03:01 chakpongchung

Works for me. What result are you getting?

sdht0 avatar Jan 30 '17 06:01 sdht0

I used the wrong RE at the beginning. I am expecting to get the minimized DFA like this one using

:python cli.py '01(010*1)0'

image

chakpongchung avatar Feb 01 '17 03:02 chakpongchung