I am shocked this mod appeared only now. That was a feature I've asked a lot. It must be in vanilla 2.0.
(I even considered doing this myself).
BTW, does this mod migrate current settings wherever possible? I.e.:
- Replace 
Each + 0 -> Each and Each * 1 -> Each with Each != 0 -> Each 
- Replace 
A and B -> C with A * B -> C or A bitwise-and B -> C 
- Replace 
A or B -> C with A + B -> C or A bitwise-or B -> C 
- Vice versa
 
If not, I would suggest adding this.
Also, is this mod going to be published to an open-source repository?