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: "true",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 1,
                        column: 14,
                        position: 13,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 1,
                        column: 15,
                        position: 14,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 1,
                        column: 16,
                        position: 15,
                    },
                    type_definition: Void(
                        Span {
                            line: 1,
                            column: 18,
                            position: 17,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 1,
                        column: 23,
                        position: 22,
                    },
                    statements: [],
                    right_brace: Span {
                        line: 1,
                        column: 24,
                        position: 23,
                    },
                },
            },
        ),
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 2,
                    column: 1,
                    position: 25,
                },
                name: Identifier {
                    span: Span {
                        line: 2,
                        column: 10,
                        position: 34,
                    },
                    value: "false",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 2,
                        column: 15,
                        position: 39,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 2,
                        column: 16,
                        position: 40,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 2,
                        column: 17,
                        position: 41,
                    },
                    type_definition: Void(
                        Span {
                            line: 2,
                            column: 19,
                            position: 43,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 2,
                        column: 24,
                        position: 48,
                    },
                    statements: [],
                    right_brace: Span {
                        line: 2,
                        column: 25,
                        position: 49,
                    },
                },
            },
        ),
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 3,
                    column: 1,
                    position: 51,
                },
                name: Identifier {
                    span: Span {
                        line: 3,
                        column: 10,
                        position: 60,
                    },
                    value: "null",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 3,
                        column: 14,
                        position: 64,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 3,
                        column: 15,
                        position: 65,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 3,
                        column: 16,
                        position: 66,
                    },
                    type_definition: Void(
                        Span {
                            line: 3,
                            column: 18,
                            position: 68,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 3,
                        column: 23,
                        position: 73,
                    },
                    statements: [],
                    right_brace: Span {
                        line: 3,
                        column: 24,
                        position: 74,
                    },
                },
            },
        ),
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 4,
                    column: 1,
                    position: 76,
                },
                name: Identifier {
                    span: Span {
                        line: 4,
                        column: 10,
                        position: 85,
                    },
                    value: "readonly",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 4,
                        column: 18,
                        position: 93,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 4,
                        column: 19,
                        position: 94,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 4,
                        column: 20,
                        position: 95,
                    },
                    type_definition: Void(
                        Span {
                            line: 4,
                            column: 22,
                            position: 97,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 4,
                        column: 27,
                        position: 102,
                    },
                    statements: [],
                    right_brace: Span {
                        line: 4,
                        column: 28,
                        position: 103,
                    },
                },
            },
        ),
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 5,
                    column: 1,
                    position: 105,
                },
                name: Identifier {
                    span: Span {
                        line: 5,
                        column: 10,
                        position: 114,
                    },
                    value: "self",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 5,
                        column: 14,
                        position: 118,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 5,
                        column: 15,
                        position: 119,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 5,
                        column: 16,
                        position: 120,
                    },
                    type_definition: Void(
                        Span {
                            line: 5,
                            column: 18,
                            position: 122,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 5,
                        column: 23,
                        position: 127,
                    },
                    statements: [],
                    right_brace: Span {
                        line: 5,
                        column: 24,
                        position: 128,
                    },
                },
            },
        ),
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 6,
                    column: 1,
                    position: 130,
                },
                name: Identifier {
                    span: Span {
                        line: 6,
                        column: 10,
                        position: 139,
                    },
                    value: "parent",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 6,
                        column: 16,
                        position: 145,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 6,
                        column: 17,
                        position: 146,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 6,
                        column: 18,
                        position: 147,
                    },
                    type_definition: Void(
                        Span {
                            line: 6,
                            column: 20,
                            position: 149,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 6,
                        column: 25,
                        position: 154,
                    },
                    statements: [],
                    right_brace: Span {
                        line: 6,
                        column: 26,
                        position: 155,
                    },
                },
            },
        ),
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 7,
                    column: 1,
                    position: 157,
                },
                name: Identifier {
                    span: Span {
                        line: 7,
                        column: 10,
                        position: 166,
                    },
                    value: "enum",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 7,
                        column: 14,
                        position: 170,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 7,
                        column: 15,
                        position: 171,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 7,
                        column: 16,
                        position: 172,
                    },
                    type_definition: Void(
                        Span {
                            line: 7,
                            column: 18,
                            position: 174,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 7,
                        column: 23,
                        position: 179,
                    },
                    statements: [],
                    right_brace: Span {
                        line: 7,
                        column: 24,
                        position: 180,
                    },
                },
            },
        ),
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 8,
                    column: 1,
                    position: 182,
                },
                name: Identifier {
                    span: Span {
                        line: 8,
                        column: 10,
                        position: 191,
                    },
                    value: "from",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 8,
                        column: 14,
                        position: 195,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 8,
                        column: 15,
                        position: 196,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 8,
                        column: 16,
                        position: 197,
                    },
                    type_definition: Void(
                        Span {
                            line: 8,
                            column: 18,
                            position: 199,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 8,
                        column: 23,
                        position: 204,
                    },
                    statements: [],
                    right_brace: Span {
                        line: 8,
                        column: 24,
                        position: 205,
                    },
                },
            },
        ),
        Function(
            FunctionDefinition {
                comments: CommentGroup {
                    comments: [],
                },
                attributes: [],
                function: Span {
                    line: 10,
                    column: 1,
                    position: 208,
                },
                name: Identifier {
                    span: Span {
                        line: 10,
                        column: 10,
                        position: 217,
                    },
                    value: "main",
                },
                templates: None,
                parameters: FunctionLikeParameterListDefinition {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_parenthesis: Span {
                        line: 10,
                        column: 14,
                        position: 221,
                    },
                    parameters: CommaSeparated {
                        inner: [],
                        commas: [],
                    },
                    right_parenthesis: Span {
                        line: 10,
                        column: 15,
                        position: 222,
                    },
                },
                return_type: FunctionLikeReturnTypeDefinition {
                    colon: Span {
                        line: 10,
                        column: 16,
                        position: 223,
                    },
                    type_definition: Void(
                        Span {
                            line: 10,
                            column: 18,
                            position: 225,
                        },
                    ),
                },
                body: BlockStatement {
                    comments: CommentGroup {
                        comments: [],
                    },
                    left_brace: Span {
                        line: 10,
                        column: 23,
                        position: 230,
                    },
                    statements: [
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: FunctionOperation(
                                    Call {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        function: Identifier(
                                            Identifier {
                                                span: Span {
                                                    line: 11,
                                                    column: 5,
                                                    position: 236,
                                                },
                                                value: "true",
                                            },
                                        ),
                                        generics: None,
                                        arguments: ArgumentListExpression {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 11,
                                                column: 9,
                                                position: 240,
                                            },
                                            arguments: CommaSeparated {
                                                inner: [],
                                                commas: [],
                                            },
                                            right_parenthesis: Span {
                                                line: 11,
                                                column: 10,
                                                position: 241,
                                            },
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 11,
                                    column: 11,
                                    position: 242,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: FunctionOperation(
                                    Call {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        function: Identifier(
                                            Identifier {
                                                span: Span {
                                                    line: 12,
                                                    column: 5,
                                                    position: 248,
                                                },
                                                value: "false",
                                            },
                                        ),
                                        generics: None,
                                        arguments: ArgumentListExpression {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 12,
                                                column: 10,
                                                position: 253,
                                            },
                                            arguments: CommaSeparated {
                                                inner: [],
                                                commas: [],
                                            },
                                            right_parenthesis: Span {
                                                line: 12,
                                                column: 11,
                                                position: 254,
                                            },
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 12,
                                    column: 12,
                                    position: 255,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: FunctionOperation(
                                    Call {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        function: Identifier(
                                            Identifier {
                                                span: Span {
                                                    line: 13,
                                                    column: 5,
                                                    position: 261,
                                                },
                                                value: "null",
                                            },
                                        ),
                                        generics: None,
                                        arguments: ArgumentListExpression {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 13,
                                                column: 9,
                                                position: 265,
                                            },
                                            arguments: CommaSeparated {
                                                inner: [],
                                                commas: [],
                                            },
                                            right_parenthesis: Span {
                                                line: 13,
                                                column: 10,
                                                position: 266,
                                            },
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 13,
                                    column: 11,
                                    position: 267,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: FunctionOperation(
                                    Call {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        function: Identifier(
                                            Identifier {
                                                span: Span {
                                                    line: 14,
                                                    column: 5,
                                                    position: 273,
                                                },
                                                value: "readonly",
                                            },
                                        ),
                                        generics: None,
                                        arguments: ArgumentListExpression {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 14,
                                                column: 13,
                                                position: 281,
                                            },
                                            arguments: CommaSeparated {
                                                inner: [],
                                                commas: [],
                                            },
                                            right_parenthesis: Span {
                                                line: 14,
                                                column: 14,
                                                position: 282,
                                            },
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 14,
                                    column: 15,
                                    position: 283,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: FunctionOperation(
                                    Call {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        function: Identifier(
                                            Identifier {
                                                span: Span {
                                                    line: 15,
                                                    column: 5,
                                                    position: 289,
                                                },
                                                value: "self",
                                            },
                                        ),
                                        generics: None,
                                        arguments: ArgumentListExpression {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 15,
                                                column: 9,
                                                position: 293,
                                            },
                                            arguments: CommaSeparated {
                                                inner: [],
                                                commas: [],
                                            },
                                            right_parenthesis: Span {
                                                line: 15,
                                                column: 10,
                                                position: 294,
                                            },
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 15,
                                    column: 11,
                                    position: 295,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: FunctionOperation(
                                    Call {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        function: Identifier(
                                            Identifier {
                                                span: Span {
                                                    line: 16,
                                                    column: 5,
                                                    position: 301,
                                                },
                                                value: "parent",
                                            },
                                        ),
                                        generics: None,
                                        arguments: ArgumentListExpression {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 16,
                                                column: 11,
                                                position: 307,
                                            },
                                            arguments: CommaSeparated {
                                                inner: [],
                                                commas: [],
                                            },
                                            right_parenthesis: Span {
                                                line: 16,
                                                column: 12,
                                                position: 308,
                                            },
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 16,
                                    column: 13,
                                    position: 309,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: FunctionOperation(
                                    Call {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        function: Identifier(
                                            Identifier {
                                                span: Span {
                                                    line: 17,
                                                    column: 5,
                                                    position: 315,
                                                },
                                                value: "enum",
                                            },
                                        ),
                                        generics: None,
                                        arguments: ArgumentListExpression {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 17,
                                                column: 9,
                                                position: 319,
                                            },
                                            arguments: CommaSeparated {
                                                inner: [],
                                                commas: [],
                                            },
                                            right_parenthesis: Span {
                                                line: 17,
                                                column: 10,
                                                position: 320,
                                            },
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 17,
                                    column: 11,
                                    position: 321,
                                },
                            },
                        ),
                        Expression(
                            ExpressionStatement {
                                comments: CommentGroup {
                                    comments: [],
                                },
                                expression: FunctionOperation(
                                    Call {
                                        comments: CommentGroup {
                                            comments: [],
                                        },
                                        function: Identifier(
                                            Identifier {
                                                span: Span {
                                                    line: 18,
                                                    column: 5,
                                                    position: 327,
                                                },
                                                value: "from",
                                            },
                                        ),
                                        generics: None,
                                        arguments: ArgumentListExpression {
                                            comments: CommentGroup {
                                                comments: [],
                                            },
                                            left_parenthesis: Span {
                                                line: 18,
                                                column: 9,
                                                position: 331,
                                            },
                                            arguments: CommaSeparated {
                                                inner: [],
                                                commas: [],
                                            },
                                            right_parenthesis: Span {
                                                line: 18,
                                                column: 10,
                                                position: 332,
                                            },
                                        },
                                    },
                                ),
                                semicolon: Span {
                                    line: 18,
                                    column: 11,
                                    position: 333,
                                },
                            },
                        ),
                    ],
                    right_brace: Span {
                        line: 19,
                        column: 1,
                        position: 335,
                    },
                },
            },
        ),
    ],
    eof: Span {
        line: 20,
        column: 1,
        position: 337,
    },
}