Skip to main content

compile_program_with_root

Function compile_program_with_root 

Source
pub fn compile_program_with_root(
    source: &str,
    root: Option<&str>,
) -> CompileOutput
Expand description

Parses and lowers a source bundle into deterministic typed IR with an optional explicit root workflow selection.