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

bug: max number of uint could not be parsed properly #9

Closed
xieyuschen opened this issue Oct 24, 2023 · 1 comment
Closed

bug: max number of uint could not be parsed properly #9

xieyuschen opened this issue Oct 24, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@xieyuschen
Copy link
Owner

How to Reproduce

v := NewParser([]byte("18446744073709551615").Parse()

image

Potential Problem

It might be due to the conversion failure during parsing AST. Related to #6

@xieyuschen xieyuschen added the bug Something isn't working label Oct 24, 2023
@xieyuschen
Copy link
Owner Author

it was fixed by #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant