Unary constructor

Unary(
  1. Token operator,
  2. Expr right
)

Implementation

Unary(this.operator, this.right, );