a and b → a ∧ b
a or b and c → a ∨ b ∧ c
not a or b → ¬ a ∨ b
( not a or b ) and c → ( ¬ a ∨ b ) ∧ c (Space is required after bracket open and close)
Type boolean expression in normal english in input section.
Press the generate button to see the output.
Output will be shown here