Skip to content

Tokens #240

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 3 commits into from
Feb 12, 2018
Merged

Tokens #240

merged 3 commits into from
Feb 12, 2018

Conversation

matthewjasper
Copy link
Contributor

A couple more changes related to Tokens

  • Adjust some wording that came from the Grammar (I think) to match the conventions used in the Reference.
  • Simplify some wording
  • Add token for tuple indexes

src/tokens.md Outdated
@@ -313,20 +316,24 @@ literal_. The grammar for recognizing the two kinds of literals is mixed.
> OCT_DIGIT : [`0`-`7`]
>
> DEC_DIGIT : [`0`-`9`]
>
> NON_ZERO_DEC_DIGIT : [`0`-`9`]
Copy link
Contributor

Choose a reason for hiding this comment

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

1?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed 😐

@Havvy Havvy merged commit 66ed411 into rust-lang:master Feb 12, 2018
@Havvy
Copy link
Contributor

Havvy commented Feb 12, 2018

💟 Thanks!

@matthewjasper matthewjasper deleted the token-fixes branch October 18, 2018 21:00
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