pub fn compile(lang: Language, pattern: &str) -> Result<Compiled>
Compile a pattern (S-expression or meta-variable form) for lang.
lang