hyperlark (TypeScript)
    Preparing search index...

    Class RawBasicLexer

    Native basic lexer built from a [WasmLexerConf] — the engine behind the JS-level BasicLexer a custom lexer wraps.

    Indexable

    • [key: number]: () => void
    Index
    • A fresh scan cursor over text (one per lex() call).

      Parameters

      • text: string

      Returns RawLexCursor

    • Returns void