bool isNameStart(int x) => isLetter(x) || x == char.DOLLAR || x == char.UNDERSCORE || x == char.HASH;