summaryrefslogtreecommitdiffstats
path: root/libraries/boolstuff/README
diff options
context:
space:
mode:
author Erik Hanson <erik@slackbuilds.org>2012-08-06 19:34:35 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-08-14 22:30:17 -0500
commit896e0cb627c853d11c0cf6f1328e1b16dde03951 (patch)
treef53930c74d26770b84ec9948e104010792e7fff9 /libraries/boolstuff/README
parent7d1f2378c90bfcd04e379e219423d44992bea216 (diff)
downloadslackbuilds-896e0cb627c853d11c0cf6f1328e1b16dde03951.tar.gz
slackbuilds-896e0cb627c853d11c0cf6f1328e1b16dde03951.tar.xz
libraries/boolstuff: Removed, dep for halevt (also removed)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/boolstuff/README')
-rw-r--r--libraries/boolstuff/README9
1 files changed, 0 insertions, 9 deletions
diff --git a/libraries/boolstuff/README b/libraries/boolstuff/README
deleted file mode 100644
index ab4313d54f..0000000000
--- a/libraries/boolstuff/README
+++ /dev/null
@@ -1,9 +0,0 @@
-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.