Skip to content

jktechs/flag-style-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This binairy has one argument: The string to parse and prove. If left empty it will instead listen for a line on stdin.

This is the format for the propositions:

characters meaning
=> Implication
<=> Biconditional
/\ Conjunction
\/ Disjunction
! Inversion
T True
F False
any capital letter Variable

Presidence goes in this order:

  1. Inversion
  2. Conjunction and Disjunction
  3. Implication
  4. Biconditional

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages