diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-12 11:41:15 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-12 11:41:15 +0700 |
| commit | 5dec9dcbb024bee37e2e48bb32f16284e00bcb0c (patch) | |
| tree | 78aac50024ae69fb4769ff5fed076926c5235e6b /python/python3-gast/README | |
| parent | d11220fc66d4ecae2c7fb602b36690c826bdda0f (diff) | |
python/python3-gast: Added (compatibility layer between the AST).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-gast/README')
| -rw-r--r-- | python/python3-gast/README | 3 |
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. |
