From 5dec9dcbb024bee37e2e48bb32f16284e00bcb0c Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 12 Nov 2022 11:41:15 +0700 Subject: python/python3-gast: Added (compatibility layer between the AST). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-gast/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python3-gast/README (limited to 'python/python3-gast/README') diff --git a/python/python3-gast/README b/python/python3-gast/README new file mode 100644 index 0000000000..0117896980 --- /dev/null +++ b/python/python3-gast/README @@ -0,0 +1,3 @@ +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. -- cgit v1.2.3