rustpython-parser 0.4.0

Python language parser for Python3.
Documentation
---
source: parser/src/string.rs
expression: parse_ast
---
[
    Expr(
        StmtExpr {
            range: 0..9,
            value: Constant(
                ExprConstant {
                    range: 0..9,
                    value: Str(
                        "\u{7}",
                    ),
                    kind: None,
                },
            ),
        },
    ),
]