pub fn parse_essence_file_native( path: &str, context: Arc<RwLock<Context<'static>>>, ) -> Result<Model, Box<ParseErrorCollection>>
Parse an Essence file into a Model using the tree-sitter parser.