ryardley / pdsl

The expressive declarative toolkit for composing predicates in TypeScript or JavaScript
https://pdsl.site
MIT License
69 stars 2 forks source link

Fix ORing number expr in str length not working #170

Closed ryardley closed 4 years ago

ryardley commented 4 years ago

Closes: #168

What was happening was that the unary string length function string[] upon parsing needed to have its argument wrapped in a precedence operation.