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

Add logical operators #2

Open
Wertik opened this issue Aug 4, 2021 · 1 comment
Open

Add logical operators #2

Wertik opened this issue Aug 4, 2021 · 1 comment

Comments

@Wertik
Copy link
Owner

Wertik commented Aug 4, 2021

Add && and || operators to rules.

This might lead to using a third party parser to handle more complex conditions. Just because I don't want to reinvent the wheel. Or maybe I'll do it for fun. But then it will most likely end up slow af?

@benlmyers
Copy link

Or perhaps check if a given placeholder is already a logical statement, and if so, allow us to check for true/false. For instance, check if '%vault_eco_balance% > $0' is TRUE as a placeholder, and display "can afford" as a result.

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

No branches or pull requests

2 participants