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

[DAPHNE-#606] Some INT/FLOAT literal suffixes from C++ in DaphneDSL #606

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

corepointer
Copy link
Collaborator

This change introduces some of the C++ literal suffixes that make writing single precision floats or unsigned integers way more convenient than x = as.f32(5.0); -> x = 5.0f;

Yes, there should be test cases 🙈

@corepointer corepointer added the feature missing/requested features label Sep 7, 2023
…phneDSL

This change introduces some of the C++ literal suffixes that make writing single precision floats or unsigned integers way more convenient than ``x = as.f32(5.0);`` -> ``x = 5.0f;``

Closes daphne-eu#606
@corepointer corepointer merged commit 7c4580f into daphne-eu:main Sep 27, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature missing/requested features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant