Skip to content

Implement expression evaluation for nested variables, member access, and indexing #18

@Matographo

Description

@Matographo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    languageTemplate language grammar, parser, and evaluatorpriority:highHigh-priority work itemtestingAutomated testing and validation coverage

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions