hyperlark (TypeScript)
    Preparing search index...

    Class ParseHandle

    A finished parse retained behind a handle (Lark.parseHandle): nodes stay WASM-side, addressed by u32 arena positions (rootPos() = the root); cursors enumerate them in the lark traversal orders. Re-declared over the generated class to add the pure-JS query sugar (findData / subtrees / ...), thin delegations to the cursor* factories with start defaulting to rootPos().

    Indexable

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