./devel/py-boolean.py, Define boolean algebras, create and parse boolean expressions and create custom boolean DSL

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.0, Package name: py311-boolean.py-4.0, Maintainer: pkgsrc-users

This library helps you deal with boolean expressions and algebra
with variables and the boolean functions AND, OR, NOT.

You can parse expressions from strings and simplify and compare
expressions. You can also easily create your custom algreba and
mini DSL and create custom tokenizers to handle custom expressions.


Master sites:

Filesize: 33.695 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-07 16:37:18 by Thomas Klausner | Files touched by this commit (4)
Log message:
devel/py-boolean.py: import py-boolean.py-4.0

This library helps you deal with boolean expressions and algebra
with variables and the boolean functions AND, OR, NOT.

You can parse expressions from strings and simplify and compare
expressions. You can also easily create your custom algreba and
mini DSL and create custom tokenizers to handle custom expressions.