elastic / tinymath

A tiny arithmetic expression evaluator with pluggable functions
Apache License 2.0
21 stars 16 forks source link

feature: Named arguments #46

Closed wylieconlon closed 3 years ago

wylieconlon commented 3 years ago

We are considering using the Tinymath grammar within more Kibana projects, and one of the important concepts that we are going to want is a way to have named arguments. This adds named arguments to the grammar without integrating them into any pre-defined functions.

wylieconlon commented 3 years ago

Closing as replaced by https://github.com/elastic/kibana/pull/89795