bracing for a firestorm

Andrew Kuchling akuchlin at mems-exchange.org
Mon May 21 13:37:18 EDT 2001


rzantow at usa.net (- RZ) writes:
>    Can anyone tell me what would be involved in creating a version of
> Python that used {braces} as its indent/dedent delimiters? What
> modules would have to be changed?

Probably just hacking the tokenizer so that '{' returns INDENT and '}'
returns DEDENT.  While probably not completely trivial, I can't see
this taking more than an evening's work to get an initial hack
running.

--amk




More information about the Python-list mailing list