souper_ir::parse

Function parse_right_hand_sides_str

Source
pub fn parse_right_hand_sides_str(
    source: &str,
    filename: Option<&Path>,
) -> Result<Vec<RightHandSide>>
Expand description

Parse a sequence of RightHandSides from an in-memory string.