#Boolean expression parser This Lua program takes a boolean expression, values for the variables and returns the result of that operation. The operations are: OR: + AND: *, A(), ()A, ()() NOT: A', ()'