Function parse_simple_assignment

Source
pub fn parse_simple_assignment(
    input: &str,
) -> IResult<&str, SimpleAssignment<'_>>
Expand description

Parse a simple assignment. Accepts whitespace before it