AssignmentNode.deref

stores whether the assignment is to a variable (false) or if it has to dereference first (true)

struct AssignmentNode
bool deref;

Meta