Skip to content

Up-case lexer rule names in all md files other than lexical-structure.md #209

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

Merged
merged 13 commits into from
Feb 5, 2021

Conversation

RexJaeschke
Copy link
Contributor

This is the second of two PRs that implement the resolution for Proposal 2 of Issue #37.

This PR changes the initial letter in each word of a lexer rule name to uppercase. A few of these names are in grammar blocks, but most are in narrative (which have the form *lexer_rule_name*).

BTW, only 5 lexer names are referenced by the syntactic grammar: Identifier, Literal, Right_Shift, Right_Shift_Assignment, and Keyword.

@RexJaeschke RexJaeschke added this to the C# 6 milestone Jan 16, 2021
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also LGTM @RexJaeschke

You can :shipit: when you are ready.

@RexJaeschke RexJaeschke merged commit fb9dd67 into draft-v6 Feb 5, 2021
@RexJaeschke RexJaeschke deleted the Rex-change-lexer-rule-names-2 branch February 5, 2021 21:43
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