rustpython-parser 0.4.0

Python language parser for Python3.
Documentation
---
source: parser/src/parser.rs
expression: parse_ast
---
[
    Expr(
        StmtExpr {
            range: 0..14,
            value: JoinedStr(
                ExprJoinedStr {
                    range: 0..14,
                    values: [
                        Constant(
                            ExprConstant {
                                range: 0..14,
                                value: Str(
                                    "Hello world",
                                ),
                                kind: None,
                            },
                        ),
                    ],
                },
            ),
        },
    ),
]