## Summary Support structured data access such as `user.name`, `items[0]`, and deeper nested expressions. ## Why Nested access and safe missing propagation are central language guarantees. ## Acceptance Criteria - [ ] Nested object access works - [ ] Array indexing works - [ ] Out-of-range and absent lookups evaluate to `missing` - [ ] Strict mode converts unresolved access into a render failure when required ## Dependencies - Depends on #10 - Depends on #17
Summary
Support structured data access such as
user.name,items[0], and deeper nested expressions.Why
Nested access and safe missing propagation are central language guarantees.
Acceptance Criteria
missingDependencies