Skip to content

v1.13.0

Choose a tag to compare

@antonmedv antonmedv released this 10 Aug 22:38
· 427 commits to master since this release
e646a93

Expr is a Go package that offers a fast, simple, and safe engine for compiling and evaluating expressions. Ideal for implementing complex logic in configuration, it serves as a foundation for a dynamic business rule engine without the need for recompiling the program.

all(Tweets, .Len <= 240)