Skip to content

sp5/logic-con

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logic-con

Console where you can enter boolean logic expressions and have it check to see if they are equivalent to other expressions, or just print out a truth table.

See man logic-con for details on usage.

==> tab a && (b || c)
a │ b │ c │ a && (b || c)
T │ T │ T │ T
T │ T │ F │ T
T │ F │ T │ T
T │ F │ F │ F
F │ T │ T │ F
F │ T │ F │ F
F │ F │ T │ F
F │ F │ F │ F

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published