Closed JamesLee-Jones closed 2 years ago
Exploit constant folding to avoid redundant unary operator insertion when it is equivalent to replacement with a constant. Also avoid applying ~ to boolean expressions.
~
Fixes #92, #108.
Exploit constant folding to avoid redundant unary operator insertion when it is equivalent to replacement with a constant. Also avoid applying
~
to boolean expressions.Fixes #92, #108.