Skip to main content

compile

Function compile 

Source
pub fn compile(lang: Lang, source: &str, dialect: &Dialect) -> Result<Program>
Expand description

Compile a plain source string (with {name} holes) in the given language.