Projects

XPress - Simple Truth Expression Language

Build status codecov NuGet NuGet License

XPress is a simple yet powerful expression language for .net string literals. Using XPress compiler you can create string truth expressions at compile time using binary, unary, relational, and conditional operators. XPress compiles expressions into an optimized cacheable predicates that can be evaluated at runtime by binding variable to runtime values. XPress supports numerical, text, boolean, null, and variable operands.