hasura / kriti-lang

A minimal JSON templating language
Apache License 2.0
56 stars 9 forks source link

Allow arbitrary expressions as range iteratee #71

Closed solomon-b closed 2 years ago

solomon-b commented 2 years ago

When declaraing the iteratee for range statement, we required that it was a Path which evaluated to to an array. We now allow arbitrary expressions. They still must evaluate to an array, but they don't have to be a Path now.

resolves #66