Python traverse

Stewart Aitken tired2409 at hotmail.com
Wed Jul 5 08:30:18 EDT 2006


>Namenick wrote:
>
>> Hello, I am completely new to Python, would u please tell me something
>> about Python compiler traversing techniques ? or please direct me to
>> some document if available on the net for reference ?
>
>"compiler traversing techniques" generates zero google hits, so maybe 
>you could start by explaining what you're talking about...
>
></F>

*python compiler traversing " generates 41000 google hits. Is the issue
the Abstract Syntax Tree traversal which is slightly inaccurate for
python whose documentation mentions the Extrenely Concrete Syntax Tree,
which in a sense is a two pass compiler.




More information about the Python-list mailing list