Closed DylanSp closed 1 year ago
Like with https://github.com/DylanSp/faust-lang/issues/13, need to make sure I allow for nested field access; probably use a general Expression as object, Identifier for field name (what type of Identifier?), Expression for value.
Added in https://github.com/DylanSp/faust-lang/commit/d8caf5e31103da38ad7d507f7a85525efb1157b2.
Like with https://github.com/DylanSp/faust-lang/issues/13, need to make sure I allow for nested field access; probably use a general Expression as object, Identifier for field name (what type of Identifier?), Expression for value.