logic-operations
There are 4 repositories under logic-operations topic.
bl33h/lispInterpreter
A interpreter that analyzes a code in LISP and executes it. Uses JCF to optimize the operations. Also uses MVC pattern.
reity/logical
Callable subclass of the tuple type for representing logical operators/connectives based on their truth tables.
k-m-arun-kumar-5/arithmetic-logic-calculator-by-callback
demonstrate callback function for arthimetic operation (addition, subtraction, multiplication, division & modulus) and logic operation (AND, OR, XOR, Complement)