mozilla / jexl-rs

JEXL in Rust
Mozilla Public License 2.0
17 stars 11 forks source link

Negation is not implemented #15

Open blattersturm opened 4 years ago

blattersturm commented 4 years ago

Any use of ! in an expression (see mozjexl) leads to a parse error.

ip1981 commented 1 year ago

See https://github.com/mozilla/jexl-rs/pull/30