Python AST that abstracts the underlying Python version
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.
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.
To install py310-gast, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-gast
To see what files were installed by py310-gast, run:
port contents py310-gast
To later upgrade py310-gast, run:
sudo port selfupdate && sudo port upgrade py310-gast
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.