DefinitionTree {
    definitions: [
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 1,
                    column: 1,
                    position: 0,
                },
                name: Identifier {
                    span: Span {
                        line: 1,
                        column: 10,
                        position: 9,
                    },
                    value: "q",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 1,
                        column: 11,
                        position: 10,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 1,
                        column: 12,
                        position: 11,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 1,
                        column: 13,
                        position: 12,
                    },
                    type_definition: Void(
                        Span {
                            line: 1,
                            column: 15,
                            position: 14,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 1,
                        column: 20,
                        position: 19,
                    },
                    statements: [
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: AssignmentOperation(
                                    Assignment {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        left: Variable(
                                            Variable {
                                                span: Span {
                                                    line: 2,
                                                    column: 5,
                                                    position: 25,
                                                },
                                                name: "$a",
                                            },
                                        ),
                                        equals: Span {
                                            line: 2,
                                            column: 8,
                                            position: 28,
                                        },
                                        right: ArithmeticOperation(
                                            Exponentiation {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "2",
                                                            span: Span {
                                                                line: 2,
                                                                column: 10,
                                                                position: 30,
                                                            },
                                                        },
                                                    ),
                                                ),
                                                pow: Span {
                                                    line: 2,
                                                    column: 12,
                                                    position: 32,
                                                },
                                                right: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "2",
                                                            span: Span {
                                                                line: 2,
                                                                column: 15,
                                                                position: 35,
                                                            },
                                                        },
                                                    ),
                                                ),
                                            },
                                        ),
                                    },
                                ),
                                semicolon: Span {
                                    line: 2,
                                    column: 16,
                                    position: 36,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: AssignmentOperation(
                                    Assignment {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        left: Variable(
                                            Variable {
                                                span: Span {
                                                    line: 4,
                                                    column: 5,
                                                    position: 43,
                                                },
                                                name: "$b",
                                            },
                                        ),
                                        equals: Span {
                                            line: 4,
                                            column: 8,
                                            position: 46,
                                        },
                                        right: TernaryOperation(
                                            Ternary {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                condition: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "1",
                                                            span: Span {
                                                                line: 4,
                                                                column: 10,
                                                                position: 48,
                                                            },
                                                        },
                                                    ),
                                                ),
                                                question: Span {
                                                    line: 4,
                                                    column: 12,
                                                    position: 50,
                                                },
                                                if_true: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "2",
                                                            span: Span {
                                                                line: 4,
                                                                column: 14,
                                                                position: 52,
                                                            },
                                                        },
                                                    ),
                                                ),
                                                colon: Span {
                                                    line: 4,
                                                    column: 16,
                                                    position: 54,
                                                },
                                                if_false: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "3",
                                                            span: Span {
                                                                line: 4,
                                                                column: 18,
                                                                position: 56,
                                                            },
                                                        },
                                                    ),
                                                ),
                                            },
                                        ),
                                    },
                                ),
                                semicolon: Span {
                                    line: 4,
                                    column: 19,
                                    position: 57,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: AssignmentOperation(
                                    Assignment {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        left: Variable(
                                            Variable {
                                                span: Span {
                                                    line: 6,
                                                    column: 5,
                                                    position: 64,
                                                },
                                                name: "$c",
                                            },
                                        ),
                                        equals: Span {
                                            line: 6,
                                            column: 8,
                                            position: 67,
                                        },
                                        right: TernaryOperation(
                                            Ternary {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                condition: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "1",
                                                            span: Span {
                                                                line: 6,
                                                                column: 10,
                                                                position: 69,
                                                            },
                                                        },
                                                    ),
                                                ),
                                                question: Span {
                                                    line: 6,
                                                    column: 12,
                                                    position: 71,
                                                },
                                                if_true: TernaryOperation(
                                                    Ternary {
                                                        comments: CommentGroup {
                                                            comments: [],
                                                        },
                                                        condition: Literal(
                                                            Integer(
                                                                LiteralInteger {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    value: "2",
                                                                    span: Span {
                                                                        line: 6,
                                                                        column: 14,
                                                                        position: 73,
                                                                    },
                                                                },
                                                            ),
                                                        ),
                                                        question: Span {
                                                            line: 6,
                                                            column: 16,
                                                            position: 75,
                                                        },
                                                        if_true: Literal(
                                                            Integer(
                                                                LiteralInteger {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    value: "3",
                                                                    span: Span {
                                                                        line: 6,
                                                                        column: 18,
                                                                        position: 77,
                                                                    },
                                                                },
                                                            ),
                                                        ),
                                                        colon: Span {
                                                            line: 6,
                                                            column: 20,
                                                            position: 79,
                                                        },
                                                        if_false: Literal(
                                                            Integer(
                                                                LiteralInteger {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    value: "4",
                                                                    span: Span {
                                                                        line: 6,
                                                                        column: 22,
                                                                        position: 81,
                                                                    },
                                                                },
                                                            ),
                                                        ),
                                                    },
                                                ),
                                                colon: Span {
                                                    line: 6,
                                                    column: 24,
                                                    position: 83,
                                                },
                                                if_false: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "5",
                                                            span: Span {
                                                                line: 6,
                                                                column: 26,
                                                                position: 85,
                                                            },
                                                        },
                                                    ),
                                                ),
                                            },
                                        ),
                                    },
                                ),
                                semicolon: Span {
                                    line: 6,
                                    column: 27,
                                    position: 86,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: AssignmentOperation(
                                    Assignment {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        left: Variable(
                                            Variable {
                                                span: Span {
                                                    line: 8,
                                                    column: 5,
                                                    position: 93,
                                                },
                                                name: "$d",
                                            },
                                        ),
                                        equals: Span {
                                            line: 8,
                                            column: 8,
                                            position: 96,
                                        },
                                        right: TernaryOperation(
                                            ShortTernary {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                condition: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "1",
                                                            span: Span {
                                                                line: 8,
                                                                column: 10,
                                                                position: 98,
                                                            },
                                                        },
                                                    ),
                                                ),
                                                question_colon: Span {
                                                    line: 8,
                                                    column: 12,
                                                    position: 100,
                                                },
                                                if_false: TernaryOperation(
                                                    ShortTernary {
                                                        comments: CommentGroup {
                                                            comments: [],
                                                        },
                                                        condition: Literal(
                                                            Integer(
                                                                LiteralInteger {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    value: "2",
                                                                    span: Span {
                                                                        line: 8,
                                                                        column: 15,
                                                                        position: 103,
                                                                    },
                                                                },
                                                            ),
                                                        ),
                                                        question_colon: Span {
                                                            line: 8,
                                                            column: 17,
                                                            position: 105,
                                                        },
                                                        if_false: Literal(
                                                            Integer(
                                                                LiteralInteger {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    value: "3",
                                                                    span: Span {
                                                                        line: 8,
                                                                        column: 20,
                                                                        position: 108,
                                                                    },
                                                                },
                                                            ),
                                                        ),
                                                    },
                                                ),
                                            },
                                        ),
                                    },
                                ),
                                semicolon: Span {
                                    line: 8,
                                    column: 21,
                                    position: 109,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: AssignmentOperation(
                                    Assignment {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        left: Variable(
                                            Variable {
                                                span: Span {
                                                    line: 10,
                                                    column: 5,
                                                    position: 116,
                                                },
                                                name: "$e",
                                            },
                                        ),
                                        equals: Span {
                                            line: 10,
                                            column: 8,
                                            position: 119,
                                        },
                                        right: CoalesceOperation(
                                            Coalesce {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "1",
                                                            span: Span {
                                                                line: 10,
                                                                column: 10,
                                                                position: 121,
                                                            },
                                                        },
                                                    ),
                                                ),
                                                double_question: Span {
                                                    line: 10,
                                                    column: 12,
                                                    position: 123,
                                                },
                                                right: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "2",
                                                            span: Span {
                                                                line: 10,
                                                                column: 15,
                                                                position: 126,
                                                            },
                                                        },
                                                    ),
                                                ),
                                            },
                                        ),
                                    },
                                ),
                                semicolon: Span {
                                    line: 10,
                                    column: 16,
                                    position: 127,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: AssignmentOperation(
                                    Assignment {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        left: Variable(
                                            Variable {
                                                span: Span {
                                                    line: 12,
                                                    column: 5,
                                                    position: 134,
                                                },
                                                name: "$f",
                                            },
                                        ),
                                        equals: Span {
                                            line: 12,
                                            column: 8,
                                            position: 137,
                                        },
                                        right: CoalesceOperation(
                                            Coalesce {
                                                comments: CommentGroup {
                                                    comments: [],
                                                },
                                                left: Literal(
                                                    Integer(
                                                        LiteralInteger {
                                                            comments: CommentGroup {
                                                                comments: [],
                                                            },
                                                            value: "1",
                                                            span: Span {
                                                                line: 12,
                                                                column: 10,
                                                                position: 139,
                                                            },
                                                        },
                                                    ),
                                                ),
                                                double_question: Span {
                                                    line: 12,
                                                    column: 12,
                                                    position: 141,
                                                },
                                                right: CoalesceOperation(
                                                    Coalesce {
                                                        comments: CommentGroup {
                                                            comments: [],
                                                        },
                                                        left: Literal(
                                                            Integer(
                                                                LiteralInteger {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    value: "2",
                                                                    span: Span {
                                                                        line: 12,
                                                                        column: 15,
                                                                        position: 144,
                                                                    },
                                                                },
                                                            ),
                                                        ),
                                                        double_question: Span {
                                                            line: 12,
                                                            column: 17,
                                                            position: 146,
                                                        },
                                                        right: Literal(
                                                            Integer(
                                                                LiteralInteger {
                                                                    comments: CommentGroup {
                                                                        comments: [],
                                                                    },
                                                                    value: "3",
                                                                    span: Span {
                                                                        line: 12,
                                                                        column: 20,
                                                                        position: 149,
                                                                    },
                                                                },
                                                            ),
                                                        ),
                                                    },
                                                ),
                                            },
                                        ),
                                    },
                                ),
                                semicolon: Span {
                                    line: 12,
                                    column: 21,
                                    position: 150,
                                },
                            },
                        ),
                    ],
                    right_brace: Span {
                        line: 13,
                        column: 1,
                        position: 152,
                    },
                },
            },
        ),
    ],
    eof: Span {
        line: 14,
        column: 1,
        position: 154,
    },
}