Skip to content

Add support for simple compare expression to preprocessor #7133

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

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

mvaligursky
Copy link
Contributor

@mvaligursky mvaligursky commented Nov 22, 2024

the preprocessor handled cases like

#ifdef XXX
#if defined(XXX)

now it additionally handles compares, like

#if XX == 3
#if XX != 4
#if XX < 5
#if XX == bloom

@mvaligursky mvaligursky merged commit 1003d28 into main Nov 22, 2024
8 checks passed
@mvaligursky mvaligursky deleted the mv-preprocessor-compares branch November 22, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants