From 78f54d32ad0018fa8e82ff2cc956fe46556dd5d2 Mon Sep 17 00:00:00 2001 From: Kai Staats Date: Sat, 16 Jul 2016 17:15:14 -0600 Subject: [PATCH] name change from BOOLEAN to LOGIC --- files/data_LOGIC.csv | 4 ++++ files/functions_LOGIC.csv | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 files/data_LOGIC.csv create mode 100644 files/functions_LOGIC.csv diff --git a/files/data_LOGIC.csv b/files/data_LOGIC.csv new file mode 100644 index 0000000..5c43b21 --- /dev/null +++ b/files/data_LOGIC.csv @@ -0,0 +1,4 @@ +a0,d1,d0,s +0,2,1,0 +0,3,0,0 +1,4,1,1 diff --git a/files/functions_LOGIC.csv b/files/functions_LOGIC.csv new file mode 100644 index 0000000..c7b219c --- /dev/null +++ b/files/functions_LOGIC.csv @@ -0,0 +1,4 @@ +operator, arity +and,2 +or,2 +not,1