slackbuilds/libraries/boolstuff
Heinz Wiesinger fd9245fe0a All: Change SlackBuild shebang to /bin/bash
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-04 12:49:49 +02:00
..
README
boolstuff.SlackBuild All: Change SlackBuild shebang to /bin/bash 2021-07-04 12:49:49 +02:00
boolstuff.info libraries/boolstuff: Update DOWNLOAD and HOMEPAGE url. 2017-04-13 07:23:22 +07:00
slack-desc

README

BoolStuff is a small C++ library that supports a few operations on
boolean expression binary trees. The main features are: 
- a boolean expression parser (supports operators AND, OR
  and NOT, as well as parentheses);
- an algorithm to convert a boolean expression binary tree
  into its Disjunctive Normal Form;
- a function that determines if an expression tree is in DNF.
A command named `booldnf' that calls this library is also provided.