Expand description
Extra expression evaluation helpers that live outside the main evaluator.rs
to keep it from becoming too large.
Modules§
- addressing
- Helpers for resolving the “root address” (depth, slot) of an addressable
expression chain (
ResolvedIdentifier, possibly wrapped in one or moreIndexnodes), used by both index-read fast paths and index-assign. - index_
assign 🔒 - Index-assign evaluation (
arr[i] = value, including nestedarr[i][j] = value).