Expand description
Expression evaluator for the Action DSL
Evaluates expressions in hook contexts, supporting:
- Variable references with path traversal
- Template string interpolation
- Comparison operations
- Logical operations
- Arithmetic operations
- String operations
- Ternary expressions
- Null coalescing
Structsยง
- Expression
Evaluator - Expression evaluator with depth and node count tracking