From: Ben Harris Date: Sat, 11 May 2024 13:54:43 +0000 (+0100) Subject: XOR, NAND, and NOR X-Git-Tag: bedstead-002.005~5 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~bjharris/git?a=commitdiff_plain;h=fb990fe7efa6670998cc3e02e27368765a719b38;p=bedstead.git XOR, NAND, and NOR We've got AND and OR, so may as well have the rest. --- 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 */