chaining of try and must expressions, with themselves
and across multiple members
<<<
a!.b?.c?
c!!!
>>>
(expr (try (expr (member of (expr (try (expr (member of (expr (must (expr (name a)))) named b)))) named c))))
(expr (must (expr (must (expr (must (expr (name c))))))))