oak-rust 0.0.11

High-performance incremental Rust parser for the oak ecosystem with flexible configuration, emphasizing memory safety and zero-cost abstractions.
Documentation
{
    "success": true,
    "count": 13,
    "tokens": [
        {
            "kind": "Keyword(Struct)",
            "text": "struct",
            "start": 0,
            "end": 6
        },
        {
            "kind": "Identifier",
            "text": "Point",
            "start": 7,
            "end": 12
        },
        {
            "kind": "LeftBrace",
            "text": "{",
            "start": 13,
            "end": 14
        },
        {
            "kind": "Identifier",
            "text": "x",
            "start": 20,
            "end": 21
        },
        {
            "kind": "Colon",
            "text": ":",
            "start": 21,
            "end": 22
        },
        {
            "kind": "Identifier",
            "text": "f64",
            "start": 23,
            "end": 26
        },
        {
            "kind": "Comma",
            "text": ",",
            "start": 26,
            "end": 27
        },
        {
            "kind": "Identifier",
            "text": "y",
            "start": 33,
            "end": 34
        },
        {
            "kind": "Colon",
            "text": ":",
            "start": 34,
            "end": 35
        },
        {
            "kind": "Identifier",
            "text": "f64",
            "start": 36,
            "end": 39
        },
        {
            "kind": "Comma",
            "text": ",",
            "start": 39,
            "end": 40
        },
        {
            "kind": "RightBrace",
            "text": "}",
            "start": 42,
            "end": 43
        },
        {
            "kind": "Eof",
            "text": "",
            "start": 43,
            "end": 43
        }
    ],
    "errors": []
}