Skip to content

Update CLAUDE.md to reflect parser changes#124

Merged
benpayne merged 1 commit intomasterfrom
claude/update-claudemd-docs
Feb 28, 2026
Merged

Update CLAUDE.md to reflect parser changes#124
benpayne merged 1 commit intomasterfrom
claude/update-claudemd-docs

Conversation

@benpayne
Copy link
Copy Markdown
Owner

Summary

  • Updated control flow syntax docs (no parentheses on if/while, no C-style for)
  • Marked ForStatement as deprecated in class hierarchy
  • Corrected match syntax and string interpolation syntax
  • Updated test counts (91 pass + 33 fail)

Test plan

  • No code changes, documentation only

- Control flow: no parentheses on if/while, no C-style for(;;)
- ForStatement marked as deprecated in class hierarchy
- Match syntax corrected (pattern { } not pattern => { })
- String interpolation uses {name} not \(name)
- Test counts updated (91 pass + 33 fail)
@benpayne benpayne merged commit ae43f86 into master Feb 28, 2026
7 checks passed
@benpayne benpayne deleted the claude/update-claudemd-docs branch February 28, 2026 22:38
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.

1 participant