rustpython-parser 0.4.0

Python language parser for Python3.
Documentation
---
source: parser/src/context.rs
expression: parse_ast
---
[
    Delete(
        StmtDelete {
            range: 0..8,
            targets: [
                Subscript(
                    ExprSubscript {
                        range: 4..8,
                        value: Name(
                            ExprName {
                                range: 4..5,
                                id: Identifier(
                                    "x",
                                ),
                                ctx: Load,
                            },
                        ),
                        slice: Name(
                            ExprName {
                                range: 6..7,
                                id: Identifier(
                                    "y",
                                ),
                                ctx: Load,
                            },
                        ),
                        ctx: Del,
                    },
                ),
            ],
        },
    ),
]