Skip to content

feat: allow numeric characters in identifiers after first character - #381

Merged
DeveloperC286 merged 2 commits into
mainfrom
claude/identifier-digit-support-7p84o7
Sep 5, 2026
Merged

feat: allow numeric characters in identifiers after first character#381
DeveloperC286 merged 2 commits into
mainfrom
claude/identifier-digit-support-7p84o7

Conversation

@DeveloperC286

@DeveloperC286 DeveloperC286 commented Sep 5, 2026

Copy link
Copy Markdown
Owner

No description provided.

Identifiers required every character to be alphabetic or '_', rejecting
common names like x1, arg2, or sha256. The first character still must be
alphabetic/'_' so identifiers don't collide with integer literals.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JxN4ZH5BakVkGVZFY5tbPk
@DeveloperC286
DeveloperC286 force-pushed the claude/identifier-digit-support-7p84o7 branch from ba1bbac to d4c2b03 Compare September 5, 2026 01:21
@DeveloperC286 DeveloperC286 changed the title Allow numeric characters in identifiers after first character feat: allow numeric characters in identifiers after first character Sep 5, 2026
@DeveloperC286
DeveloperC286 enabled auto-merge (squash) September 5, 2026 01:22
@DeveloperC286
DeveloperC286 merged commit 1ec1816 into main Sep 5, 2026
23 checks passed
@DeveloperC286
DeveloperC286 deleted the claude/identifier-digit-support-7p84o7 branch September 5, 2026 01:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants