sbool startsLikeIdentifier(S s) {
  ret Char.isJavaIdentifierStart(charAt(s, 0));
}