pub fn parse_operator(s: &str) -> Option<Operator>
Tries to match a string slice to a known Operator
Operator