Currently the usage of the && and and operators both create Binary nodes in Syntax Tree. Instead, we should split that out into AndNode since this is significantly semantically different from a method call.
YARP has: left, right, operator_loc, and location.