Function mathml::parsers::interpreted_mathml::operator
source · 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 ,.