spoon icon indicating copy to clipboard operation
spoon copied to clipboard

`VisitorPartialEvaluator` should simplify calculations with 1 or 0 like `A + 0 = A`

Open Luro02 opened this issue 1 year ago • 0 comments

Here are some that are not implemented yet:

  • A + 0 = A
  • A - 0 = A
  • A * 0 = 0
  • A * 1 = A
  • A / 1 = A
  • A % 1 = 0

Luro02 avatar Jun 20 '23 05:06 Luro02