boolstuff: boolstuff (library to perform operations on boolean expressions) boolstuff: boolstuff: boolstuff is a C++ library that supports a few operations on boolean boolstuff: expression binary trees. The main features are: boolstuff: * a simple boolean expression parser boolstuff: (supports operators AND, OR and NOT, as well as parentheses); boolstuff: * an algorithm to convert a boolean expression binary tree into its boolstuff: Disjunctive Normal Form (this algorithm supports the NOT operator); boolstuff: * a function that determines if an expression tree is in DNF. boolstuff: Project homepage: http://perso.b2b2c.ca/sarrazip/dev/boolstuff.html boolstuff: