Syntax extensions for the expression language library
- pipe '|' postfix unary operator for applying filters to expressions
- positive '+' prefix unary operator for absolute value of numeric
- 'is' postfix operator for creating a boolean expression with an expression test function
- named function args support (still requires precise order, but accepts syntax of fn(foo=bar, a=b)