aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-gast/pkg-descr
blob: 95e24e4482eb0c1689123054664049166c0828d3 (plain) (blame)
1
2
3
4
A generic AST to represent Python2 and Python3's Abstract Syntax Tree (AST).

GAST provides a compatibility layer between the AST of various Python versions,
as produced by ast.parse from the standard ast module.