Predicate Logic CalculatorRecursive Python algorithm to parse and evaluate given predicate logic expressions and return a completed truth table, interfaced with React.js using brython.Use CalculatorThe calculator takes in a boolean logic expression of the format:
((a|b)&(!c))
and catches errors when brackets are missing or invalid characters are inputted.