Closed johannes-wolf closed 2 years ago
Implements parts of #12. Compound objects (ModelNode) evaluate to true. See test cases for behavior changes (count and a.* + b.*)
true
count
a.* + b.*
Works perfectly, thanks! 👍
Implements parts of #12. Compound objects (ModelNode) evaluate to
true
. See test cases for behavior changes (count
anda.* + b.*
)