trogon / ketupa-predicates

Parsing library to evaluate predicates
MIT License
0 stars 0 forks source link

Not equal operator #46

Open mklemarczyk opened 3 years ago

mklemarczyk commented 3 years ago

Current syntax for not equal is a very long and can create confusion when used multiple times in predicate.

{NOT, {=, $userLevel, admin}}

Proposition {!=, $userLevel, admin}