From fb990fe7efa6670998cc3e02e27368765a719b38 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 11 May 2024 14:54:43 +0100 Subject: [PATCH] XOR, NAND, and NOR We've got AND and OR, so may as well have the rest. --- bedstead.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bedstead.c b/bedstead.c index 28957cb..1d4ce7f 100644 --- a/bedstead.c +++ b/bedstead.c @@ -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 */ -- 2.30.2