Grammars and parsers for various logic
Project description
Abstract syntax trees for logical expressions
A collection of grammars, parsers, and abstract syntax trees in Python for various logics. The goal of this package is to serve as a common utility for academics/developers to build their tools on, without having to create a new parser each time they make a library.
Currently supported logics are:
base: the basic Boolean propositional logic.ltl: Linear temporal logicstrel: Spatio-temporal reach escape logic
Usage
Simply install the library, either as a git dependency or (once it is available) through PyPI. Then, the library can be used as:
import logic_asts
expr = logic_asts.parse_expr(expr_string, syntax="base"|"ltl"|"strel") # remember to pick the syntax
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file logic_asts-0.1.0.tar.gz.
File metadata
- Download URL: logic_asts-0.1.0.tar.gz
- Upload date:
- Size: 53.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
985b70272adc96cbbf9e3eec74c3e52379a11a28c00ea87e5056dc88aecc37e4
|
|
| MD5 |
892de4d1af2fa6df1994b4e601cf7ea5
|
|
| BLAKE2b-256 |
c5084c4cf34ca8cde0b86d1863fb1b6ccdad39745ae3bb3ed86aa275a8dcd585
|
File details
Details for the file logic_asts-0.1.0-py3-none-any.whl.
File metadata
- Download URL: logic_asts-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0afefbfd8d13f0f7d1afb9787c5b835fd9ec9f420ab1c0c0cc541ac80541f94b
|
|
| MD5 |
4c8004212e8efe943c318b18d8596278
|
|
| BLAKE2b-256 |
db48d47a071bb7d369b089bc6d749f814842f5a4883b1b715303eae6b44cad02
|