diff options
author | Dave Margell <dmargell@gmail.com> | 2010-05-13 00:58:27 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:27 +0200 |
commit | a9bd9680201196ff421fbcb25507123f5de2fe4c (patch) | |
tree | 3fda33a1be3880bb6335696646f011b6de547bce /libraries/boolstuff/slack-desc | |
parent | 519d0d5ade461a2e7eed7d256c29d7cacb302a04 (diff) | |
download | slackbuilds-a9bd9680201196ff421fbcb25507123f5de2fe4c.tar.gz |
libraries/boolstuff: Added to 13.0 repository
Diffstat (limited to 'libraries/boolstuff/slack-desc')
-rw-r--r-- | libraries/boolstuff/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/boolstuff/slack-desc b/libraries/boolstuff/slack-desc new file mode 100644 index 0000000000..67a7da86c9 --- /dev/null +++ b/libraries/boolstuff/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' on +# the right side marks the last column you can put a character in. You must make +# exactly 11 lines for the formatting to be correct. It's also customary to +# leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +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: |