nkdsl.compiler.passes.baseΒΆ

Abstract base class for symbolic compiler passes.

Functions

debug_event(msg, *[, scope, pass_name, tag, ...])

Structured debug event with scope and optional pass filtering.

Classes

AbstractSymbolicPass()

Abstract base for all symbolic compiler passes.

Any(*args, **kwargs)

Special type indicating an unconstrained type.

Mapping()

A Mapping is a generic container for associating key/value pairs.

SymbolicCompilationContext(*, operator, ir, ...)

Holds per-compilation mutable state across pipeline stages.

SymbolicPassReport(pass_name, duration_ms[, ...])

Execution report for one symbolic compiler pass.