Boolean Expression Solver
ver 1.0.0.1
This application is a simple Boolean algebra expression solver coded in C# using WPF. The purpose of this program was to help me learn WPF as well as utilize reverse polish notation and the shunting yard algorithm. This application takes a Boolean expression as an input and outputs its corresponding truth table.
The symbols used in this program include:
A example of an expression would be: (2 + 1') ^ 3 * 4
This program requires no prerequisites
This program was built with no external frameworks excluding the C# system libraries, all additional libraries included, such as the maths class was created by me, Shaan Khan.
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE files for details