From a38fc62074049c3bcd3abf807567beebd809544e Mon Sep 17 00:00:00 2001 From: sforman Date: Sun, 30 Jul 2023 15:54:07 -0700 Subject: [PATCH] MD TABLE!? --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index c8e263a..9ff1454 100644 --- a/README.md +++ b/README.md @@ -268,17 +268,11 @@ dialect of Joy are defined in terms of these: -+-----+-------------------+----------------+------------------------------+ -| | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators | -+-----+-------------------+----------------+------------------------------+ +| op | Logical (Boolean) | Bitwise (Ints) | Short-Circuiting Combinators | | AND | /\ | && | and | -+-----+-------------------+----------------+------------------------------+ | OR | \/ | || | or | -+-----+-------------------+----------------+------------------------------+ | XOR | _\/_ | xor | | -+-----+-------------------+----------------+------------------------------+ | NOT | not | ~ | | -+-----+-------------------+----------------+------------------------------+ -------------------------------------------------- -- 2.11.0