The Redstone Operator performs boolean operations on the left and right inputs, those being AND/OR/XOR. The back input of the Operator acts as a NOT gate, inverting the output of any of the 3 modes when powered. The block itself has a 1 tick delay on output. An example of its behavior can be seen here:
The Redstone Diode, meanwhile, acts as a delayless repeater, boosting the signal of its input without any output tick delay. Additionally, it can cycle between taking inputs from its left, back, or right sides. Example below:
Together, these two blocks (not to mention the ones I have planned for future updates (stay tuned!) allow for a multitude of possibilities both for casual redstoners and more advanced or computational players. Below, you can see even I, a total noob with logical redstone, was able to make a half-adder fairly compactly and easily!
DISCLAIMER: This mod was partially made using MCreator. While the code for both the Diode and Operator is entirely custom, extending the vanilla repeater class, MCreator was used to auto-generate boilerplate code and filestructures, and procedures were used to handle right click blockstate cycling on both blocks.