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

Rework boolean expressions parser so quotes are not required in simple cases #397

Open
variar opened this issue Sep 3, 2021 · 0 comments
Assignees
Milestone

Comments

@variar
Copy link
Owner

variar commented Sep 3, 2021

Right now boolean expressions parser is quite simple. It transforms a string like
"pattern a" OR "pattern b" into expression p_1 OR p_2, using the fact that all sub-patterns must be enclosed in quotes. However, for simple cases when there are no spaces or special characters in sub-patterns, enclosing it in quotes should not be required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant