Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add commentary to clarify the rule about . at the beginning of expression statements #4171

Closed
wants to merge 1 commit into from

Conversation

eernstg
Copy link
Member

@eernstg eernstg commented Nov 25, 2024

This PR adds a sentence of commentary to clarify the static access shorthand rule "We also add . to the tokens that an expression statement cannot start with". The point is that . as a token does not occur in numbers like .123, because the number is a single token.

@eernstg eernstg force-pushed the spec_clarify_no_dot_nov24 branch from 2d85358 to e3af45d Compare November 28, 2024 09:31
@eernstg
Copy link
Member Author

eernstg commented Nov 29, 2024

Closing: Done in 02c4ada.

@eernstg eernstg closed this Nov 29, 2024
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