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

Support more places for numeric conversions #158

Open
ForNeVeR opened this issue Jul 30, 2022 · 0 comments
Open

Support more places for numeric conversions #158

ForNeVeR opened this issue Jul 30, 2022 · 0 comments
Labels
area:compiler Related to code compilation or type checking area:standard-support Related to the C standard support kind:feature New feature or request status:help-wanted Open for contributors

Comments

@ForNeVeR
Copy link
Owner

From #157:

Arithmetic conversions currently work only in mathematical and bitwise binary operators. There are several more places in the language where values are also promoted, e.g. assignment and function invocation. This logic should be moved to CastExpression later to reuse it for explicit and implicit casts.

@ForNeVeR ForNeVeR added kind:feature New feature or request status:help-wanted Open for contributors area:standard-support Related to the C standard support area:compiler Related to code compilation or type checking labels Jul 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:compiler Related to code compilation or type checking area:standard-support Related to the C standard support kind:feature New feature or request status:help-wanted Open for contributors
Projects
None yet
Development

No branches or pull requests

1 participant