You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename parseIdentAnyKeyword to parseAnyKeyword, add kindClass bit set
TokenKind stays a string (its values are woven into the public AST and
error messages), so multi-kind membership checks get an internal bit
set instead: kindClass with classIdent/classKeyword bits and a
matchTokenKindIn(classIdent | classKeyword) helper, replacing the
repeated two-comparison ident-or-keyword checks. Unlike matchTokenKind,
matchTokenKindIn is a raw kind check with no keyword-to-identifier
coercion.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments