nkdsl.compiler.core.contextΒΆ

Mutable symbolic compilation context shared across passes and lowerers.

Functions

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

Structured debug event with scope and optional pass filtering.

Classes

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.

SymbolicCompilerOptions([...])

Static and runtime controls for symbolic compiler execution.

SymbolicOperatorIR(operator_name, mode, ...)

Immutable symbolic operator IR container.

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

Execution report for one symbolic compiler pass.