clarity20 / tql

Terse Query Language
1 stars 0 forks source link

Smart Expander V: Parenthesized subexpressions #14

Open clarity20 opened 5 years ago

clarity20 commented 5 years ago

The recursive function evaluateTree() needs to adjust the operator depth that it looks for when it encounters a parenthesized subexpression. This hasn't been tested; it might even work as-is. If not, I am optimistic that this will be among the easier enhancements.