We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following are supposed to be working according to README.md but not. @nikunjy
parser.Evaluate("x eq 1 OR x eq 2", map[string]interface{}{"x": 1})
It would be nice to support || and && as equivalent of and and or.
||
&&
and
or