Expand description
Method dispatch evaluation module
This module handles evaluation of all method calls in the interpreter. Provides a centralized dispatch system for different value types. Extracted for maintainability and following Toyota Way principles. All functions maintain <10 cyclomatic complexity.
Functionsยง
- eval_
method_ call - Evaluate a method call on a receiver value