mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
37a8aa6e4d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
6 lines
311 B
Text
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.
|