Skip to content

Laboratory work for Architecture of Computing systems. It ain't much, but it's honest work.

Notifications You must be signed in to change notification settings

LiGM-GH/avs_lab3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Truth table builder for given simple logical expression.

Support for variable names

The parser part supports all single-char alphabetical variable names:

'a'..='z'

and operation signs:

'∧'
'∨'
'¬' 
'('
')'

The program part supports variable names x, y, z, w, but it is easily extendable to support any number of variable names.

About

Laboratory work for Architecture of Computing systems. It ain't much, but it's honest work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages