Pseudo function expressions identifiers can't have a minus sign.
static bool isIdentifierPartExpr(int c) => isIdentifierStartExpr(c) || isDigit(c);