summaryrefslogtreecommitdiffstats
path: root/python/python-gast/README
blob: 01178969804225495a332e13e1bb62dc542410d2 (plain)
GAST provides a compatibility layer between the AST 
(Abstract Syntax Tree) of various Python versions, as produced by 
ast.parse from the standard ast module.