Custom Code Block

Martin v. Löwis martin at v.loewis.de
Thu Jan 16 09:54:15 EST 2003


"Zeev Hadar" <zeev at clockwise3d.com> writes:

> Please direct me for how to achieve it in Python extension.

You probably will have to extend the Python syntax for that. Start
with Grammar/Grammar, proceed to Python/compile.c, invent new byte
codes, proceed to Python/ceval.c. Extending dis.py and the compiler
package is optional.

HTH,
Martin





More information about the Python-list mailing list