satyr/coco

bound destructuring

Opened this issue · 1 comments

eg {a} = b~ -> a = b~a

The marker would have to be on LHS. E.g.:

{~m, p: {q, ~n}} = o <=> m = o~m; q = o.p.q; n = o.p~n