gast

Python AST that abstracts the underlying Python version

Version

0.6.0-2
(2024-12-26)

Size

834

bytes

Repository

HaikuPorts
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.