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": 12,
    "tokens": [
        {
            "kind": "Keyword(Enum)",
            "text": "enum",
            "start": 0,
            "end": 4
        },
        {
            "kind": "Identifier",
            "text": "Option",
            "start": 5,
            "end": 11
        },
        {
            "kind": "LeftBrace",
            "text": "{",
            "start": 12,
            "end": 13
        },
        {
            "kind": "Identifier",
            "text": "Some",
            "start": 19,
            "end": 23
        },
        {
            "kind": "LeftParen",
            "text": "(",
            "start": 23,
            "end": 24
        },
        {
            "kind": "Identifier",
            "text": "i32",
            "start": 24,
            "end": 27
        },
        {
            "kind": "RightParen",
            "text": ")",
            "start": 27,
            "end": 28
        },
        {
            "kind": "Comma",
            "text": ",",
            "start": 28,
            "end": 29
        },
        {
            "kind": "Identifier",
            "text": "None",
            "start": 35,
            "end": 39
        },
        {
            "kind": "Comma",
            "text": ",",
            "start": 39,
            "end": 40
        },
        {
            "kind": "RightBrace",
            "text": "}",
            "start": 42,
            "end": 43
        },
        {
            "kind": "Eof",
            "text": "",
            "start": 43,
            "end": 43
        }
    ],
    "errors": []
}