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

Handle TkPLUS or TkMINUS and number as TkINTEGER #495

Merged
merged 3 commits into from
Aug 22, 2017

Conversation

aycabta
Copy link
Member

@aycabta aycabta commented Aug 16, 2017

For example, lexical analyser splitted sign character and follow number such as -5r to - and 5r, +1.08 to + and 1.08. But this - or + is a part of number and not operator. So this Pull Request joins it.

For example, lexical analyser splitted
sign character and follow number
such as "-5r" to "-" and "5r", "+1.08" to "+" and "1.08".
But this "-" or "+" is a part of number and not operator.
So this Pull Request joins it.
@aycabta
Copy link
Member Author

aycabta commented Aug 16, 2017

I'll add test later...

@aycabta
Copy link
Member Author

aycabta commented Aug 22, 2017

Added!

@hsbt hsbt self-assigned this Aug 22, 2017
@hsbt
Copy link
Member

hsbt commented Aug 22, 2017

Confirmed. Thanks to simple test.

@hsbt hsbt merged commit 6a81c8a into ruby:master Aug 22, 2017
@aycabta aycabta deleted the handle-plus-minus-and-number branch August 22, 2017 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants