Run semantic on e. Expression e evaluates to an instance of a struct. Look up ident as a field of that struct.
evaluates to an instance of a struct
context
identifier of a field in that struct
if successful e.ident if not then ErrorExp and message is printed
See Implementation
Run semantic on e. Expression e evaluates to an instance of a struct. Look up ident as a field of that struct.