Skip to main content

compile_halc_module

Function compile_halc_module 

Source
pub fn compile_halc_module(
    module: &HalcModule,
    registry: &NamespaceRegistry<Value>,
) -> Result<Program, CompileError>
Expand description

Lowers decoded HALC directly into bytecode while preserving its canonical schema graph in the resulting program. The module’s ns declaration is loader configuration rather than executable code and is omitted here.