slackbuilds_ponce/python/python-gast/README
Isaac Yu 393ee6dec8
python/python-gast: Added (AST abstracts underlying Python version)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-04-09 15:45:55 +07:00

3 lines
160 B
Text

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