a = b = 1 just syntactic sugar?

Ed Avis ed at membled.com
Mon Jun 9 02:48:20 EDT 2003


martin at v.loewis.de (Martin v. =?iso-8859-15?q?L=F6wis?=) writes:

>As a starting point, you should observe that the current Python
>parser is a LL(1) parser.

Hmm, I worry that my proposal requires more than one token of
lookahead, and so would not be implementable with the current parser.

-- 
Ed Avis <ed at membled.com>




More information about the Python-list mailing list