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

Use int64 instead of int32 in the AST #252

Merged
merged 1 commit into from
Mar 18, 2023
Merged

Use int64 instead of int32 in the AST #252

merged 1 commit into from
Mar 18, 2023

Conversation

laurentlb
Copy link
Owner

The code might contain numbers that don't fit in int32, in particular when using the uint type

Fixes #250

The code might contain numbers that don't fit in int32, in particular when using the uint type

Fixes #250
@laurentlb laurentlb merged commit ba1c2e2 into master Mar 18, 2023
@laurentlb laurentlb deleted the llb branch March 18, 2023 15:10
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.

bug in uint printing
1 participant