sanyaade-g2g-repos / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

Three (or more?) condition parsing issues #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Code you're trying to run:
print False and False or False
   (or)
print False or False and False

What does "real" Python output?
False

What browser are you using? On what operating system?
Firefox 3.6.12 on OS X.6. Doesn't seem to happen in Safari or Chrome.

Please provide any additional information.
Browser locks up(!!) when parsing the code. 

Original issue reported on code.google.com by carnioja...@gmail.com on 29 Nov 2010 at 4:15

GoogleCodeExporter commented 9 years ago
Not sure about hanging, couldn't reproduce. I believe the output is correct on 
HEAD, so I'm going to close this one.

Original comment by sgraham on 30 Nov 2010 at 5:46