[][src]Function souper_ir::parse::parse_left_hand_sides_str

pub fn parse_left_hand_sides_str(
    source: &str,
    filename: Option<&Path>
) -> Result<Vec<LeftHandSide>>

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