-
Notifications
You must be signed in to change notification settings - Fork 20
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
Support float literals #880
Conversation
Co-authored-by: Nadrieril <[email protected]>
It is unclear why the ocamlformat CI target is failing, this seems more related to infrastructure (it exits 1 when setting up the Nix environment, possibly because the CI machine is out of memory/disk space?) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
This PR adds support for float literals, such as
1.34f32
.Note, I wasn't sure how to add tests directly in Hax for this feature, so tests are currently in Charon only.
I'm happy to add some here if somebody can give me a pointer.