Skip to content

Conversation

@brauliobz
Copy link
Contributor

Part of #84

@brauliobz brauliobz force-pushed the grammar_integer_literals branch 3 times, most recently from 113f9ea to 3976878 Compare September 11, 2017 12:51
@brauliobz brauliobz force-pushed the grammar_integer_literals branch from 3976878 to e560bb6 Compare September 11, 2017 12:59
Copy link
Contributor

@Havvy Havvy left a comment

Choose a reason for hiding this comment

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

LGTM other than the literals with underscores.

src/tokens.md Outdated
> HEX_LITERAL :
> &nbsp;&nbsp; `0x` (HEX_DIGIT|`_`)<sup>\*</sup> HEX_DIGIT (HEX_DIGIT|`_`)<sup>\*</sup>
>
> BIN_DIGIT : [`0`-`1` `_`]
Copy link
Contributor

Choose a reason for hiding this comment

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

As you have the or underscore in BIN_LITERAL, there shouldn't be an underscore in BIN_DIGIT or the other digits.

@Havvy Havvy merged commit 4b358ac into rust-lang:master Sep 23, 2017
@Havvy
Copy link
Contributor

Havvy commented Sep 23, 2017

💟 Thanks!

@brauliobz brauliobz deleted the grammar_integer_literals branch September 25, 2017 11:31
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