pkgsrc/devel/py-gast/DESCR
adam 78877b949e py-gast: added version 0.5.2
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.
2021-10-01 19:52:08 +00:00

3 lines
212 B
Text

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.