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

BooleanExpressionRule: refactor a logic of the distributive law as a rule for jbool library #1299

Closed
nulls opened this issue May 25, 2022 · 1 comment · Fixed by #1369
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@nulls
Copy link
Member

nulls commented May 25, 2022

Now BooleanExpressionRule applies the distributive law manipulating with a String and tokens directly.
The jbool library allows to write a custom rule (com.bpodgursky.jbool_expressions.rules.Rule).
Suggestion to refactor a logic for the distributive law as a rule for jbool library

@orchestr7 orchestr7 added the enhancement New feature or request label May 25, 2022
@orchestr7 orchestr7 added this to the 1.1.2 milestone May 25, 2022
@nulls
Copy link
Member Author

nulls commented Jun 16, 2022

implemented this rule in our source code, will create a PR to jbool library with this rule

@nulls nulls modified the milestones: 1.1.2, 1.1.1 Jun 17, 2022
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

Successfully merging a pull request may close this issue.

2 participants