Skip to content

Easily type boolean expressions using English text. Actively translates to appropriate symbols for academic communication through Boolean algebra.

License

Notifications You must be signed in to change notification settings

ish-joshi/booleanify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Booleanify

Easily type boolean algebra.

Some examples

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)

Rationale of development

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.

Demo

About

Easily type boolean expressions using English text. Actively translates to appropriate symbols for academic communication through Boolean algebra.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published