RandomOS / truthtable-c

Truth table calculator written in plain C.

Repository from Github https://github.comRandomOS/truthtable-cRepository from Github https://github.comRandomOS/truthtable-c

Usage

truth_table [FILE]

Description

Truth table calculator written in ANSI C

  • !: not
  • &: conjunction
  • |: disjunction
  • >: implication
  • #: equivalence
  • A-Z: element

Options

FILE read FILE, each line is an expression, print each true table in line.

Compile

gcc truth_table.c -lm -o truth_table

Test

truth_table[.exe] example.txt > result.txt

About

Truth table calculator written in plain C.


Languages

Language:C 100.0%