pub fn operator(input: Span<'_>) -> IResult<'_, Operator>
Expand description

Function to parse operators. This function differs from the one in parsers::generic_mathml by disallowing operators besides +, -, =, (, ) and ,.