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

Fix CParser to handle integers with leading zeros #4558

Merged
merged 2 commits into from
Jul 17, 2023
Merged

Conversation

rmosolgo
Copy link
Owner

Fixes #4556

@rmosolgo rmosolgo added the c-ext label Jul 17, 2023
@rmosolgo rmosolgo modified the milestones: cparser-1.0.4, cparser-1.0.5 Jul 17, 2023
@rmosolgo rmosolgo merged commit bfe9402 into master Jul 17, 2023
13 checks passed
@rmosolgo rmosolgo deleted the fix-clexer-int branch July 17, 2023 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

C-Parser coerces zero-padded integers into floats
1 participant