Skip to content

v1.12.7

Compare
Choose a tag to compare
@antonmedv antonmedv released this 19 Jul 13:26
· 327 commits to master since this release
d2100ec

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.

  • Added new opcode OpInvalid for debugging purposes.