Skip to main content

lower_str_with_externals

Function lower_str_with_externals 

Source
pub fn lower_str_with_externals(
    ctx: &mut Context<'_>,
    source: &str,
    externals: HashMap<String, ValueId>,
) -> Result<Symbols, String>
Expand description

Like lower_str, but externals supplies values for {name} capture atoms — used by the qcode! macro to inject in-scope Rust values into the program.