Program {
    items: [
        GlobalVariable(
            GlobalVariable {
                decl_token: Token {
                    kind: Identifier,
                    location: Location {
                        start: 17,
                        end: 20,
                    },
                },
                identifier: Token {
                    kind: Identifier,
                    location: Location {
                        start: 21,
                        end: 33,
                    },
                },
                colon: Token {
                    kind: Symbol,
                    location: Location {
                        start: 33,
                        end: 34,
                    },
                },
                type_token: TypeHint {
                    type_name: Token {
                        kind: Identifier,
                        location: Location {
                            start: 35,
                            end: 38,
                        },
                    },
                },
                equals_token: Token {
                    kind: Symbol,
                    location: Location {
                        start: 39,
                        end: 40,
                    },
                },
                initializer: Expression {
                    expression: Literal {
                        value: Literal {
                            value: Integer(
                                0,
                            ),
                            location: Location {
                                start: 41,
                                end: 42,
                            },
                        },
                    },
                },
                semicolon: Token {
                    kind: Symbol,
                    location: Location {
                        start: 42,
                        end: 43,
                    },
                },
            },
        ),
        Function(
            Function {
                fn_token: Token {
                    kind: Identifier,
                    location: Location {
                        start: 44,
                        end: 46,
                    },
                },
                name: Token {
                    kind: Identifier,
                    location: Location {
                        start: 47,
                        end: 51,
                    },
                },
                opening_paren: Token {
                    kind: Symbol,
                    location: Location {
                        start: 51,
                        end: 52,
                    },
                },
                arguments: [],
                closing_paren: Token {
                    kind: Symbol,
                    location: Location {
                        start: 52,
                        end: 53,
                    },
                },
                return_decl: Some(
                    ReturnDecl {
                        return_token: Token {
                            kind: Symbol,
                            location: Location {
                                start: 54,
                                end: 56,
                            },
                        },
                        return_type: TypeHint {
                            type_name: Token {
                                kind: Identifier,
                                location: Location {
                                    start: 57,
                                    end: 60,
                                },
                            },
                        },
                    },
                ),
                body: Body {
                    opening_brace: Token {
                        kind: Symbol,
                        location: Location {
                            start: 61,
                            end: 62,
                        },
                    },
                    statements: [
                        Expression {
                            expression: Expression {
                                expression: BinaryOperator {
                                    name: Token {
                                        kind: Symbol,
                                        location: Location {
                                            start: 72,
                                            end: 74,
                                        },
                                    },
                                    operands: [
                                        Literal {
                                            value: Literal {
                                                value: Boolean(
                                                    true,
                                                ),
                                                location: Location {
                                                    start: 67,
                                                    end: 71,
                                                },
                                            },
                                        },
                                        FunctionCall {
                                            name: Token {
                                                kind: Identifier,
                                                location: Location {
                                                    start: 75,
                                                    end: 84,
                                                },
                                            },
                                            arguments: [],
                                        },
                                    ],
                                },
                            },
                            semicolon: Token {
                                kind: Symbol,
                                location: Location {
                                    start: 86,
                                    end: 87,
                                },
                            },
                        },
                        Expression {
                            expression: Expression {
                                expression: BinaryOperator {
                                    name: Token {
                                        kind: Symbol,
                                        location: Location {
                                            start: 98,
                                            end: 100,
                                        },
                                    },
                                    operands: [
                                        Literal {
                                            value: Literal {
                                                value: Boolean(
                                                    false,
                                                ),
                                                location: Location {
                                                    start: 92,
                                                    end: 97,
                                                },
                                            },
                                        },
                                        FunctionCall {
                                            name: Token {
                                                kind: Identifier,
                                                location: Location {
                                                    start: 101,
                                                    end: 110,
                                                },
                                            },
                                            arguments: [],
                                        },
                                    ],
                                },
                            },
                            semicolon: Token {
                                kind: Symbol,
                                location: Location {
                                    start: 112,
                                    end: 113,
                                },
                            },
                        },
                        Expression {
                            expression: Expression {
                                expression: BinaryOperator {
                                    name: Token {
                                        kind: Symbol,
                                        location: Location {
                                            start: 124,
                                            end: 126,
                                        },
                                    },
                                    operands: [
                                        Literal {
                                            value: Literal {
                                                value: Boolean(
                                                    false,
                                                ),
                                                location: Location {
                                                    start: 118,
                                                    end: 123,
                                                },
                                            },
                                        },
                                        FunctionCall {
                                            name: Token {
                                                kind: Identifier,
                                                location: Location {
                                                    start: 127,
                                                    end: 136,
                                                },
                                            },
                                            arguments: [],
                                        },
                                    ],
                                },
                            },
                            semicolon: Token {
                                kind: Symbol,
                                location: Location {
                                    start: 138,
                                    end: 139,
                                },
                            },
                        },
                        Expression {
                            expression: Expression {
                                expression: BinaryOperator {
                                    name: Token {
                                        kind: Symbol,
                                        location: Location {
                                            start: 149,
                                            end: 151,
                                        },
                                    },
                                    operands: [
                                        Literal {
                                            value: Literal {
                                                value: Boolean(
                                                    true,
                                                ),
                                                location: Location {
                                                    start: 144,
                                                    end: 148,
                                                },
                                            },
                                        },
                                        FunctionCall {
                                            name: Token {
                                                kind: Identifier,
                                                location: Location {
                                                    start: 152,
                                                    end: 161,
                                                },
                                            },
                                            arguments: [],
                                        },
                                    ],
                                },
                            },
                            semicolon: Token {
                                kind: Symbol,
                                location: Location {
                                    start: 163,
                                    end: 164,
                                },
                            },
                        },
                        Return(
                            ReturnWithValue {
                                return_token: Token {
                                    kind: Identifier,
                                    location: Location {
                                        start: 170,
                                        end: 176,
                                    },
                                },
                                expression: Variable {
                                    variable: Token {
                                        kind: Identifier,
                                        location: Location {
                                            start: 177,
                                            end: 189,
                                        },
                                    },
                                },
                                semicolon: Token {
                                    kind: Symbol,
                                    location: Location {
                                        start: 189,
                                        end: 190,
                                    },
                                },
                            },
                        ),
                    ],
                    closing_brace: Token {
                        kind: Symbol,
                        location: Location {
                            start: 191,
                            end: 192,
                        },
                    },
                },
            },
        ),
        Function(
            Function {
                fn_token: Token {
                    kind: Identifier,
                    location: Location {
                        start: 194,
                        end: 196,
                    },
                },
                name: Token {
                    kind: Identifier,
                    location: Location {
                        start: 197,
                        end: 206,
                    },
                },
                opening_paren: Token {
                    kind: Symbol,
                    location: Location {
                        start: 206,
                        end: 207,
                    },
                },
                arguments: [],
                closing_paren: Token {
                    kind: Symbol,
                    location: Location {
                        start: 207,
                        end: 208,
                    },
                },
                return_decl: Some(
                    ReturnDecl {
                        return_token: Token {
                            kind: Symbol,
                            location: Location {
                                start: 209,
                                end: 211,
                            },
                        },
                        return_type: TypeHint {
                            type_name: Token {
                                kind: Identifier,
                                location: Location {
                                    start: 212,
                                    end: 216,
                                },
                            },
                        },
                    },
                ),
                body: Body {
                    opening_brace: Token {
                        kind: Symbol,
                        location: Location {
                            start: 217,
                            end: 218,
                        },
                    },
                    statements: [
                        Expression {
                            expression: Assignment {
                                left_expr: Name {
                                    variable: Token {
                                        kind: Identifier,
                                        location: Location {
                                            start: 223,
                                            end: 235,
                                        },
                                    },
                                },
                                operator: Token {
                                    kind: Symbol,
                                    location: Location {
                                        start: 236,
                                        end: 237,
                                    },
                                },
                                right_expr: BinaryOperator {
                                    name: Token {
                                        kind: Symbol,
                                        location: Location {
                                            start: 251,
                                            end: 252,
                                        },
                                    },
                                    operands: [
                                        Variable {
                                            variable: Token {
                                                kind: Identifier,
                                                location: Location {
                                                    start: 238,
                                                    end: 250,
                                                },
                                            },
                                        },
                                        Literal {
                                            value: Literal {
                                                value: Integer(
                                                    1,
                                                ),
                                                location: Location {
                                                    start: 253,
                                                    end: 254,
                                                },
                                            },
                                        },
                                    ],
                                },
                            },
                            semicolon: Token {
                                kind: Symbol,
                                location: Location {
                                    start: 254,
                                    end: 255,
                                },
                            },
                        },
                        Return(
                            ReturnWithValue {
                                return_token: Token {
                                    kind: Identifier,
                                    location: Location {
                                        start: 260,
                                        end: 266,
                                    },
                                },
                                expression: Literal {
                                    value: Literal {
                                        value: Boolean(
                                            true,
                                        ),
                                        location: Location {
                                            start: 267,
                                            end: 271,
                                        },
                                    },
                                },
                                semicolon: Token {
                                    kind: Symbol,
                                    location: Location {
                                        start: 271,
                                        end: 272,
                                    },
                                },
                            },
                        ),
                    ],
                    closing_brace: Token {
                        kind: Symbol,
                        location: Location {
                            start: 273,
                            end: 274,
                        },
                    },
                },
            },
        ),
    ],
}