The parser accepts word operators such as AND, OR, NOT, XOR, IMPLIES, and IFF, plus familiar symbols such as &, |, !, ^, ->, and <->. NAND, NOR, constants, multi-letter variable names, and parentheses also work.
Your expression is parsed and evaluated locally with purpose-built JavaScript. It is never sent to a calculation service, and the parser does not run your input as code.