Envelope Pattern TypeScript - v1.0.0-alpha.20
    Preparing search index...

    Interface Program

    Compiled program for the VM.

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

    Properties

    code: Instr[]
    literals: Pattern[]
    captureNames: string[]