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

Add decimal component and negative integers #9

Merged
merged 2 commits into from
Feb 11, 2019

Conversation

schlick
Copy link
Member

@schlick schlick commented Feb 11, 2019

This will allow for the parsing of decimals eg 0.123 and 45.78

Copy link
Member

@SyntheticDave SyntheticDave left a comment

Choose a reason for hiding this comment

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

Code changes look good, and specs seem to back up that it's working, so LGTM once you get it building.

@schlick
Copy link
Member Author

schlick commented Feb 11, 2019

There is one thing that is missing and that is negative numbers. But that's already an existing issue for integers. It currently only allows for positive integers. We don't need it for now but I might add it in with another PR.

@schlick schlick changed the title Add decimal component Add decimal component and negative integers Feb 11, 2019
Copy link
Member

@SyntheticDave SyntheticDave left a comment

Choose a reason for hiding this comment

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

LGTM. Good to have the ability to add negative numbers now.

@schlick schlick merged commit 988b6a2 into develop Feb 11, 2019
@schlick schlick deleted the add-decimal-component branch February 11, 2019 05:41
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.

None yet

2 participants