Closed GoogleCodeExporter closed 9 years ago
It would be swell if someone patched this... it'll take some bungling around in
parse.py to resolve. I'd like this fixed since it apparently confuses people:
http://groups.google.com/group/tinypy/web/gotchas
Which is quite understandable as this is not good behavior.
Original comment by philhas...@gmail.com
on 11 Jun 2008 at 3:03
This is true for all functions, variables, or complete statements. If I had "3
5" in
my program, tinypy would allow it and python would give a syntax error. It also
means
one can chain statements in a very nasty way like "x=3 x+=1 y=4 print(x, y)"
with no
newlines or semicolons. The real issue appears to be that any number of tokens
that
can stand alone are being parsed, while they ought to require a newline or
semicolon.
Original comment by ulf...@gmail.com
on 13 Jun 2008 at 3:30
Original comment by philhas...@gmail.com
on 6 Sep 2008 at 7:23
Original issue reported on code.google.com by
philhas...@gmail.com
on 11 Jun 2008 at 3:02