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 | ~ | | -+-----+-------------------+----------------+------------------------------+ --------------------------------------------------