Boolean Algebra / Extra Logic Extention

Link to the project

Additions
Operators

Boolean Algebra + Extra Logic Gates Blocks script pic: Preforms NAND operation on a and b, equivalent to Boolean Algebra + Extra Logic Gates Blocks script pic (1)
Boolean Algebra + Extra Logic Gates Blocks script pic (2): Preforms NOR operation on a and b, equivalent to Boolean Algebra + Extra Logic Gates Blocks script pic (5)
Boolean Algebra + Extra Logic Gates Blocks script pic (3): Preforms XOR (exclusive or) on a and b. Only ever yields true when a != b.
Boolean Algebra + Extra Logic Gates Blocks script pic (4): Preforms XNOR (exclusive nor) on a and b. Only ever yields true when a == b

Boolean Algebra

boolean to boolean number (1 / 0)
boolean number (1 / 0) to boolean
boolean & boolean number:
AND (*)
OR (+)
NAND (*) NOR (+)
XOR ()
XNOR (⊙)

I think that we already have xor in the relabel section(not sure)

Nope