slackbuilds_ponce/python/boolean-py/README
Vijay Marcel 37a8aa6e4d
python/boolean-py: Added (Library for Boolean Expression)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-05 21:15:11 +07:00

6 lines
311 B
Text

This python library helps you deal with boolean
expressions and algebra with variables and the boolean
functions AND,OR,NOT.You can parse expression from strings
and simplify and compare expressions.You can also create your
custom algebra and mini DSL and create custom tokenizers to
handle custom expressions.