๐ฏFull DMN 1.5 FEELArithmetic, strings, temporal types, durations, ranges, contexts, lists, quantified expressions, for-loops, and all 80+ standard builtins.
๐ขDecimal128 precision0.1 + 0.2 = 0.3, exactly. Financial-grade arithmetic using IEEE 754 Decimal128 throughout.
๐งชExhaustively tested5000+ tests covering every builtin, every edge case, temporal arithmetic, null propagation, and type coercion.
๐Temporal-completedate, time, date and time, duration โ with timezone support, leap year validation, and ISO 8601 formatting.
๐Drop-in readyA single evaluate() function. Pass a FEEL expression and an optional context object. Get a typed value back.