stores an operator with two operands
constructor
the line number (starts from 1) from which this node begins, or ends
operands. [0] = left, [1] = right
stores the operator (like '+' ...)
stores the return type. Only stored after ASTCheck has checked it
See Implementation
stores an operator with two operands