SkillAgentSearch skills...

TTGen

A truth table generator/comparator written in C# and WinForms. It parses boolean expressions in a specific notation as used in logic circuits.

Install / Use

/learn @bruceoutdoors/TTGen
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Truth Table Generator

A truth table generator/comparator written in C# and WinForms. It parses boolean expressions in a specific notation as used in logic circuits, for example:

A + B(C' * D) ^ D'

Below is a screenshot of the program:

Screenshot of TTGen

A fun project that I created in 2 days to help validate my assignments in one of my course subjects ("Computer Architecture and Organisation.". If you find this useful leave a star! :D

Uses Edsger Dijkstra Shunting Yard algorithm and reverse polish notation (Pseudo-code is in wikipedia).

Related Skills

View on GitHub
GitHub Stars10
CategoryProduct
Updated2mo ago
Forks4

Languages

C#

Security Score

75/100

Audited on Feb 6, 2026

No findings