camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
124 stars 51 forks source link

Add new get value function with dynamic path #601

Closed koevskinikola closed 1 year ago

koevskinikola commented 1 year ago

Description

Add a new get value function with a new signature. With this function, a user can dynamically pass a path to obtain a nested property in a given context.

Related issues

closes #11293

koevskinikola commented 1 year ago

@saig0 I implemented your review hints. I also restructured the commits a bit, so they are merge-ready.