News

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 ...
This Clojure code provides a set of functions to perform symbolic simplification and evaluation of boolean expressions using and, or, and not. The expressions are represented as unevaluated lists, and ...