parse_essence_file_native

Function parse_essence_file_native 

Source
pub fn parse_essence_file_native(
    path: &str,
    context: Arc<RwLock<Context<'static>>>,
) -> Result<Model, EssenceParseError>
Expand description

Parse an Essence file into a Model using the tree-sitter parser.