expr-lang / expr

Expression language and expression evaluation for Go
https://expr-lang.org
MIT License
6.35k stars 408 forks source link

feat: add flatten builtin func #680

Closed nikolaymatrosov closed 4 months ago

nikolaymatrosov commented 4 months ago

This pull request adds flatten function conforming the specification suggested in #672 issue. Closes #672.

antonmedv commented 4 months ago

Closing in flavor of https://github.com/expr-lang/expr/pull/684