DylanSp / faust-lang

An experimental language for exploring contract-based programming
MIT License
0 stars 0 forks source link

Create type for field setter statements #14

Closed DylanSp closed 1 year ago

DylanSp commented 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.

DylanSp commented 1 year ago

Added in https://github.com/DylanSp/faust-lang/commit/d8caf5e31103da38ad7d507f7a85525efb1157b2.