[Python-Dev] guido@digicool.com

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon, 16 Jul 2001 18:05:47 +0200


> Martin's hack falls short of doing the right thing in all cases: you
> can't have the first statement of your program be "directive = ..."
> or "directive(...)".

If that is considered as a serious problem, I'll try to solve it with
an additional lookahead token: If the next token is a name, then it is
a directive.

Regards,
Martin