ale_python_parser 0.1.1

Python Parser : generate Aleph Syntax Tree.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]

name = "ale_python_parser"

version = "0.1.1"

edition = "2021"

license-file="LICENSE"

repository="https://github.com/aleph-lang/pythonparser"

description="Python Parser : generate Aleph Syntax Tree."



[dependencies]

aleph-syntax-tree = "0.1.4"

rustpython-parser = "0.4.0"