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 proper integer parsing function #9

Open
nadako opened this issue Jul 9, 2019 · 0 comments
Open

Add proper integer parsing function #9

nadako opened this issue Jul 9, 2019 · 0 comments

Comments

@nadako
Copy link
Owner

nadako commented Jul 9, 2019

Right now we're using Std.parseInt for parsing integers, but that function is too permissive, because Std.parseInt("5.2") will produce 5 and that's not what we want.

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

No branches or pull requests

1 participant