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 ternary operator to parser #22

Closed
pjattke opened this issue Sep 17, 2020 · 0 comments
Closed

Add support for ternary operator to parser #22

pjattke opened this issue Sep 17, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pjattke
Copy link
Contributor

pjattke commented Sep 17, 2020

Currently, our parser does not understand ternary operators (e.g., int a = c > 10 ? 2 : 0). As this is just syntactic sugar for writing an dependent assignment in a concise way, it would be nice to provide this as convenience to the user.

@pjattke pjattke added the enhancement New feature or request label Sep 17, 2020
@AlexanderViand AlexanderViand self-assigned this Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants