slackbuilds_ponce/python/python3-gast/README
Isaac Yu 5dec9dcbb0 python/python3-gast: Added (compatibility layer between the AST).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-12 11:41:15 +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.