hyperlark (TypeScript)
    Preparing search index...

    Class RawLexCursor

    One-token-at-a-time pull over a [WasmRawBasicLexer]; next() returns a Token object (undefined at end of input) and throws the same typed UnexpectedCharacters as the built-in lex path.

    Indexable

    • [key: number]: () => void
    Index
    • Returns void

    • Returns Token | undefined