G-code Preview — API Reference
    Preparing search index...
    interface ParseResult {
        ir: ToolpathIR;
        metadata?: DialectMetadata;
        stats: ParseStats;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    metadata?: DialectMetadata

    Dialect/machine metadata (DD-005 §4.2) — populated by the worker pipeline when dialect adapters are registered and matched; absent otherwise.

    stats: ParseStats