-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non-responsive when manually testing #10
Comments
@AlexHelmutSonntag, I don't see any issues with the application. For me, it's performing as expected in Firefox and Chromium. Can you provide the export string for the machine you're testing? Use the "Save" button (the arrow going into the box) and select "Plaintext" and copy/paste it here. |
Thanks for replying. I tried on Firefox and Chrome. {"type":"PDA","pda":{"transitions":{"start":{"":{"":[{"state":"s2","stackPushChar":"#"}]}},"s2":{"a":{"":[]},"":{"":[{"state":"s3","stackPushChar":"a"}]}},"s3":{"a":{"":[{"state":"s3","stackPushChar":"a"}],"b":[{"state":"s3","stackPushChar":""}]},"b":{"":[{"state":"s0","stackPushChar":"b"}],"a":[{"state":"s0","stackPushChar":""}]},"":{"#":[{"state":"s4","stackPushChar":""}],"":[]}},"s0":{"":{"":[{"state":"s3","stackPushChar":"b"}],"a":[{"state":"s3","stackPushChar":""}]}}},"startState":"start","acceptStates":["s4"]},"states":{"start":{},"s2":{"top":346,"left":166,"displayId":"s2"},"s3":{"top":356,"left":337,"displayId":"s0s0s0s0s0s0s0s0s0s0s0s0s0s0s0s0s0s0"},"s0":{"top":230,"left":459,"displayId":"s0s0s0s0s0s0s0s0s0s0"},"s4":{"isAccept":true,"top":356,"left":794,"displayId":"s4"}},"transitions":[{"stateA":"start","label":"ϵ,ϵ,#","stateB":"s2"},{"stateA":"s2","label":"ϵ,ϵ,a","stateB":"s3"},{"stateA":"s3","label":"a,ϵ,a","stateB":"s3"},{"stateA":"s3","label":"a,b,ϵ","stateB":"s3"},{"stateA":"s3","label":"b,ϵ,b","stateB":"s0"},{"stateA":"s3","label":"b,a,ϵ","stateB":"s0"},{"stateA":"s3","label":"ϵ,#,ϵ","stateB":"s4"},{"stateA":"s0","label":"ϵ,ϵ,b","stateB":"s3"},{"stateA":"s0","label":"ϵ,a,ϵ","stateB":"s3"}],"bulkTests":{"accept":"ab\nba\nabbabab\nabaabbb\nabaabbb\nabababb","reject":"L4 ={u∈{a,b}∗ : 3∗|u|a =2∗|u|b +1}\n\na\nb\naa\nbb"}} |
Hi! Great job on the Simulator. I am not sure if it's an issue with my device but the whole app freezes when I try to use the manual tester. It goes into a non-responding state. I tried 2 different browsers and used a new incognito window to make sure it has nothing to do with the cache. It would be really nice if you could direct me to a solution. Thanks!
Originally posted by @AlexHelmutSonntag in #1 (comment)
The text was updated successfully, but these errors were encountered: