pub fn compile_str<A: Parsable>( text: &str, path: Option<&str>, ) -> Result<Rc<RefCell<Closure>>, Located<Box<dyn Error>>>where Located<A>: Compilable<Output = Rc<RefCell<Closure>>>,