On Apr 21, 7:04 am, "Terry Reedy" <[EMAIL PROTECTED]> wrote:
> Off the top of my head: copy C and use {} to demarcate blocks and ';' to
> end statements, so that '\n' is not needed and is just whitespace when
> present.  So, repeatedly scan for the next one of '{};'.

try this:
from __future__ import braces

:)
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to