Revision 1 as of 2012-03-14 07:46:12

Clear message

AST is an Abstract Syntax Tree, which is built from Python source to analyze the latter without executing.

AST can be used to:

See the talk What would you do with an AST by Matthew J Desmarais for more examples.

Unable to edit the page? See the FrontPage for instructions.