Skip to content

robertmsale/truth-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

truth-rs

This is a simple command line tool to check if a given string is true or false. It scans for unique tokens in the input and generates a truth table of every possible combination of inputs.

Usage

$ truth-rs "!(A && B) || (C && D)"

Supports the following operators:

  • ! (not)
  • && (and)
  • || (or)

About

Truth table generator using rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages