@blockchaincommons/dcbor-pattern - v1.0.0-beta.2
    Preparing search index...

    Interface Program

    A compiled pattern: the code, the patterns it refers to, and the capture names.

    interface Program {
        code: Instr[];
        literals: Pattern[];
        captureNames: string[];
    }
    Index
    code: Instr[]

    The instructions, executed from index 0.

    literals: Pattern[]

    The patterns the instructions refer to by index.

    captureNames: string[]

    The capture names, in the order the instructions index them.