Expand description
Default function library with all built-in signatures.
Registers signatures for all operators, functions, and properties defined
in the expression language spec. Implementations are placeholders — the
evaluator’s hardcoded match arms handle actual evaluation. The library
is used for static type checking via derive_return_type.
Functions§
- register_
host_ context_ functions - Register host-context-only functions (e.g.
apply_path_mapping). - register_
unresolved_ host_ context_ functions