rustpython-parser 0.4.0

Python language parser for Python3.
Documentation
---
source: parser/src/string.rs
expression: parse_ast
---
[
    Expr(
        StmtExpr {
            range: 0..8,
            value: JoinedStr(
                ExprJoinedStr {
                    range: 0..8,
                    values: [
                        Constant(
                            ExprConstant {
                                range: 0..8,
                                value: Str(
                                    "\n",
                                ),
                                kind: None,
                            },
                        ),
                        FormattedValue(
                            ExprFormattedValue {
                                range: 0..8,
                                value: Name(
                                    ExprName {
                                        range: 5..6,
                                        id: Identifier(
                                            "x",
                                        ),
                                        ctx: Load,
                                    },
                                ),
                                conversion: None,
                                format_spec: None,
                            },
                        ),
                    ],
                },
            ),
        },
    ),
]