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

Add support for binary integer literals. #1819

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

fgelm01
Copy link
Contributor

@fgelm01 fgelm01 commented Jun 20, 2024

Modify language_cpp to add support for binary integer literals:

int x = 0b010101;
unsigned long long y = 0b111100001111000ull;

@takase1121 takase1121 merged commit 4ec908b into lite-xl:master Jun 20, 2024
10 checks passed
takase1121 pushed a commit to takase1121/lite-xl that referenced this pull request Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants