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": 8,
    "tokens": [
        {
            "kind": "Keyword(Const)",
            "text": "const",
            "start": 0,
            "end": 5
        },
        {
            "kind": "Identifier",
            "text": "MAX_VALUE",
            "start": 6,
            "end": 15
        },
        {
            "kind": "Colon",
            "text": ":",
            "start": 15,
            "end": 16
        },
        {
            "kind": "Identifier",
            "text": "i32",
            "start": 17,
            "end": 20
        },
        {
            "kind": "Eq",
            "text": "=",
            "start": 21,
            "end": 22
        },
        {
            "kind": "IntegerLiteral",
            "text": "100",
            "start": 23,
            "end": 26
        },
        {
            "kind": "Semicolon",
            "text": ";",
            "start": 26,
            "end": 27
        },
        {
            "kind": "Eof",
            "text": "",
            "start": 27,
            "end": 27
        }
    ],
    "errors": []
}