Easily type boolean algebra.
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)
Last semester I was frustrated at typing boolean expressions for an assignment. It was infuriating to type it in word. I had to go with non-conventional symbols such as ' instead of ¬ which looked poor. Hence, I decided to make this to help students and any individual to easily convert English to Boolean expression.