summaryrefslogtreecommitdiffstats
path: root/python/python3-gast/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-gast/README')
-rw-r--r--python/python3-gast/README3
1 files changed, 3 insertions, 0 deletions
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.