From 393ee6dec899937695d131be2596578bb793fc53 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Fri, 8 Apr 2022 03:29:08 +0100 Subject: python/python-gast: Added (AST abstracts underlying Python version) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python-gast/README | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/python-gast/README (limited to 'python/python-gast/README') diff --git a/python/python-gast/README b/python/python-gast/README new file mode 100644 index 0000000000..0117896980 --- /dev/null +++ b/python/python-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