autocoding project proposal

Courageous jkraska at san.rr.com
Thu Jan 31 01:13:01 EST 2002


>   Can you please give an example? It looks to me as if multiple lines are
>simply indented relative to the insertion point.

Sorry for butting-in. Are you trying to generate macro-like capability?
This might be best done at the Python lexical analysis stage, inserting
tokens into the stream. Anyway, I believe you are correct; if you know
the indentation level of the target, you insert the macro at relative
offset from that.

Joe.




More information about the Python-list mailing list