https://github.com/msoeken/dormouse
Parsing Python code into Boolean expressions
https://github.com/msoeken/dormouse
ast boolean-expression boolean-logic parsing python sympy
Last synced: 11 months ago
JSON representation
Parsing Python code into Boolean expressions
- Host: GitHub
- URL: https://github.com/msoeken/dormouse
- Owner: msoeken
- License: mit
- Created: 2018-01-31T09:46:10.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-31T16:36:01.000Z (about 8 years ago)
- Last Synced: 2025-03-03T11:04:14.823Z (12 months ago)
- Topics: ast, boolean-expression, boolean-logic, parsing, python, sympy
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
dormouse
========
This Python package contains functions to translate some Python code that
describes predicates into logic expressions using ``sympy``.