reizio/reiz.io

reiz.reizql: Support length matchers

isidentical opened this issue · 1 comments

Call(args=LEN(min=3))
Call(args=LEN(max=3))
Call(args=LEN(min=1, max=3))

will be translated to appropriate count(<pointer>) >=/<= expression.

This is being implemented by the new compiler