no change

pull/4/head
Kai Staats 2016-07-13 22:52:22 -06:00
parent bc2a18099e
commit 7bf511c4b1
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
operand, arity
operator, arity
and,2
or,2
not,1

1 operand operator arity
2 and and 2
3 or or 2
4 not not 1

View File

@ -1,4 +1,4 @@
operand, arity
operator, arity
+,2
-,2
*,2

1 operand operator arity
2 + + 2
3 - - 2
4 * * 2

View File

@ -1,4 +1,4 @@
operand, arity
operator, arity
+,2
-,2
*,2

1 operand operator arity
2 + + 2
3 - - 2
4 * * 2

View File

@ -1,4 +1,4 @@
operand, arity
operator, arity
+,2
-,2
*,2

1 operand operator arity
2 + + 2
3 - - 2
4 * * 2