XOR, NAND, and NOR

We've got AND and OR, so may as well have the rest.
This commit is contained in:
Ben Harris 2024-05-11 14:54:43 +01:00
parent 8bf9ede22b
commit fb990fe7ef

View File

@ -1437,6 +1437,9 @@ static struct glyph {
{{000,024,024,027,024,024,000,000,000}, U(22A9) }, /* forces */
{{000,024,027,024,027,024,000,000,000}, U(22AB) }, /* dbl v dbl rt tstile */
{{000,000,002,035,002,000,000,000,000}, U(22B8) }, /* multimap */
{{000,021,012,004,000,037,000,000,000}, U(22BB) }, /* xor */
{{000,037,000,004,012,021,000,000,000}, U(22BC) }, /* nand */
{{000,037,000,021,012,004,000,000,000}, U(22BD) }, /* nor */
{{016,021,021,021,021,021,021,021,021}, U(22C2) }, /* n-ary intersection */
{{021,021,021,021,021,021,021,021,016}, U(22C3) }, /* n-ary union */
{{000,004,012,021,012,004,000,000,000}, U(22C4) }, /* diamond operator */