Message 124601 - Python tracker

Message124601

Author rhettinger
Recipients benjamin.peterson, georg.brandl, rhettinger, scummos
Date 2010-12-24.19:02:51
SpamBayes Score 0.027487151
Marked as misclassified No
Message-id <1293217373.29.0.750131610482.issue10769@psf.upfronthosting.co.za>
In-reply-to
Content
ISTM the whole point of an Abstract Syntax Tree is to express semantics while throwing away the syntax details.  The only reason any position information is kept is to support tracebacks and debugging.  

Perhaps the OP's request should changed to "add function to concrete parse trees to show structure while preserving all the input detail returned by tokenize."
History
Date User Action Args
2010-12-24 19:02:53rhettingersetrecipients: + rhettinger, georg.brandl, benjamin.peterson, scummos
2010-12-24 19:02:53rhettingersetmessageid: <1293217373.29.0.750131610482.issue10769@psf.upfronthosting.co.za>
2010-12-24 19:02:51rhettingerlinkissue10769 messages
2010-12-24 19:02:51rhettingercreate