Function tir_core::parse_ir

source ยท
pub fn parse_ir(
    context: ContextRef,
    input: &str,
) -> Result<OpRef, ParseError<ParseStream<'_>, PError>>