Skip to content

Fix number type and remove duplicated token #1

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

LuckyWindsck
Copy link

Problems

  1. These float number are invalid: 1.01, 1.101, 1.0e01, 1.0e101.
  2. "_" is included in keyCharStart, so the "_" in keyCharMiddle is duplicated.

Patch

The pull request fixes the above problems and refactor the number part of the file.

@LuckyWindsck LuckyWindsck changed the title fix number type Fix number type and remove duplicated token Jun 30, 2020
Fix the part that makes the following cases invalid:
1.01, 1.101, 1.0e01, 1.0e101
@LuckyWindsck LuckyWindsck force-pushed the LuckyWind_sck/fix-number-type branch from 2448fc8 to 78f2cf7 Compare June 30, 2020 04:12
@LuckyWindsck
Copy link
Author

LuckyWindsck commented Jun 30, 2020

I reworded a commit and force-pushed to apply the change.

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