returns true if input token is an operator
static bool isOperator(String token) => regExpOperators.stringMatch(token) == token;