pub fn parse_essence_with_context( src: &str, context: Arc<RwLock<Context<'static>>>, ) -> Result<Model, EssenceParseError>