-
Notifications
You must be signed in to change notification settings - Fork 39
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
C23-compliant preprocessor #77
Labels
area:preprocessor
Related to C preprocessor
area:standard-support
Related to the C standard support
kind:feature
New feature or request
status:help-wanted
Open for contributors
Comments
ForNeVeR
added
kind:feature
New feature or request
status:help-wanted
Open for contributors
area:standard-support
Related to the C standard support
area:preprocessor
Related to C preprocessor
labels
Jan 16, 2022
Can you update this issue with implemented features |
ForNeVeR
added a commit
that referenced
this issue
Jul 15, 2023
We deal with it in a separate parser anyway.
ForNeVeR
added a commit
that referenced
this issue
Jul 15, 2023
ForNeVeR
added a commit
that referenced
this issue
Jul 15, 2023
ForNeVeR
added a commit
that referenced
this issue
Jul 15, 2023
We deal with it in a separate parser anyway.
ForNeVeR
added a commit
that referenced
this issue
Jul 15, 2023
ForNeVeR
added a commit
that referenced
this issue
Jul 15, 2023
Updated the issue. |
ForNeVeR
added a commit
that referenced
this issue
Jan 29, 2024
ForNeVeR
added a commit
that referenced
this issue
Feb 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:preprocessor
Related to C preprocessor
area:standard-support
Related to the C standard support
kind:feature
New feature or request
status:help-wanted
Open for contributors
The section 6.10 Preprocessing directives of the C standard defines the requirements to the C preprocessor. We should fulfill them.
TODO
...
and__VA_ARGS__
support #429__VA_ARGS__
and##
#542#error
#warning
Look for the number
77
in the code to find clues to implement this feature.The text was updated successfully, but these errors were encountered: