returns true if token is an identifier
static bool isIdentifier(String token) => regExpIdentifier.stringMatch(token) == token;