pub fn parse_simple_assignment(
input: &str,
) -> IResult<&str, SimpleAssignment<'_>>Expand description
Parse a simple assignment. Accepts whitespace before it
pub fn parse_simple_assignment(
input: &str,
) -> IResult<&str, SimpleAssignment<'_>>Parse a simple assignment. Accepts whitespace before it