@eagleoutice/flowr - v2.15.9
    Preparing search index...

    Type Alias RTokenKind

    RTokenKind:
        | "text"
        | "comment"
        | "string"
        | "quoted"
        | "number"
        | "keyword"
        | "call"
        | "name"
        | "op"

    kind tokenizeR assigns; text is the untouched gap between real tokens