Iterable<string> get mathOperators => [ "+", "-", "*", "/", "%", "^", "&", "|", "~", ">", "<", "=", "!", "?", ];