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 set operations. #94

Merged
merged 1 commit into from Nov 14, 2022
Merged

Support set operations. #94

merged 1 commit into from Nov 14, 2022

Conversation

odashi
Copy link
Collaborator

@odashi odashi commented Nov 13, 2022

Overview

Supports following expressions:

無題

Details

Add another typesets of BinOp and Compare for set operations, and switch it by the flag use_set_symbols. This flag is disabled by default.

Since the parser can't distinguish whether the expression represents a set or not, this flag affects the entire expression in the wrapped function.

References

Blocked by

NA

@odashi odashi added the feature label Nov 13, 2022
@odashi odashi added this to the v0.2 milestone Nov 13, 2022
Copy link
Collaborator

@ShigekiKarita ShigekiKarita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@odashi odashi merged commit 78a6d01 into main Nov 14, 2022
@odashi odashi deleted the 56-set-ops branch November 14, 2022 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants