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

parser: add separate grammar for > and < date operators #162

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MJedr
Copy link
Contributor

@MJedr MJedr commented Oct 6, 2022

@MJedr MJedr force-pushed the date-before-after branch 4 times, most recently from 81eb71b to 93a83aa Compare October 6, 2022 12:28
@MJedr MJedr force-pushed the date-before-after branch from 93a83aa to ab62b4e Compare October 6, 2022 13:23
@@ -279,6 +282,9 @@ def visit_greater_equal_op(self, node):
return ast.GreaterEqualThanOp(value)

def visit_less_than_op(self, node):
Copy link
Contributor

Choose a reason for hiding this comment

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

shall we just drop these ones?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

no, we can't, they're derived from a different grammar

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