diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-04-08 03:29:08 +0100 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-09 15:45:55 +0700 |
| commit | 393ee6dec899937695d131be2596578bb793fc53 (patch) | |
| tree | d5a215fa3ddd09e767aee2f1910dab06e05ff8e9 /python/python-gast/README | |
| parent | e4f9a3264bf11494a81e5ac6902f4e930930f97b (diff) | |
python/python-gast: Added (AST abstracts underlying Python version)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-gast/README')
| -rw-r--r-- | python/python-gast/README | 3 |
1 files changed, 3 insertions, 0 deletions
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. |
