Binary constructor

Binary(
  1. Expr left,
  2. Token operator,
  3. Expr right
)

Implementation

Binary(this.left, this.operator, this.right, );