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.
GAST provides a compatibility layer between the AST of various Python versions, as produced by ast.parse from the standard ast module.
- Homepage
-
License:
BSD (3-clause) - Download HPKG file