📄️ Arrays
Arrays are enabled by default (enableArrays: true).
📄️ Template Strings
Template strings allow string interpolation using backtick syntax. They must be enabled with the enableTemplateStrings option.
📄️ Arrow Functions
Arrow functions (lambdas) allow you to pass inline functions to higher-order functions like map, filter, find, and reduce. They must be enabled with the enableArrowFunctions option.
📄️ Custom Functions
You can extend the expression language by registering custom functions that expressions can call.