pub fn compile(lang: Lang, source: &str, dialect: &Dialect) -> Result<Program>
Compile a plain source string (with {name} holes) in the given language.
{name}