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

Extend parser to allow boolean function arguments #678

Merged
merged 5 commits into from
Mar 5, 2024

Conversation

ranjitjhala
Copy link
Member

So that f ?(x > y) can be parsed as an Expr or Pred.

Ideally, we'd want to do this without the nasty ? but I can't seem to unravel the knots needed to do so :-(

@ranjitjhala
Copy link
Member Author

@facundominguez -- did you want to take a quick look at this, in case you have any suggestions?

@facundominguez
Copy link
Collaborator

facundominguez commented Feb 10, 2024 via email

@ranjitjhala ranjitjhala merged commit 794aed1 into develop Mar 5, 2024
7 checks passed
@facundominguez facundominguez deleted the parse-pred-fun branch March 5, 2024 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants