pub fn compile_parts( lang: Lang, parts: &[&str], names: &[&str], dialect: &Dialect, ) -> Result<Program>
Compile pre-split parts (the t-string path).