No description
Find a file
2024-05-30 01:37:15 +02:00
.vscode fix missing requirements and add test caller 2024-05-21 05:52:45 +02:00
examples improve error message 2024-05-23 02:27:56 +02:00
src/pyalibert improve error message 2024-05-23 02:27:56 +02:00
tests fix missing requirements and add test caller 2024-05-21 05:52:45 +02:00
.gitignore added publication stuff 2024-05-30 01:37:15 +02:00
build.sh added publication stuff 2024-05-30 01:37:15 +02:00
clean.sh added publication stuff 2024-05-30 01:37:15 +02:00
LICENSE added publication stuff 2024-05-30 01:37:15 +02:00
publish.sh added publication stuff 2024-05-30 01:37:15 +02:00
pyproject.toml added publication stuff 2024-05-30 01:37:15 +02:00
README.md added publication stuff 2024-05-30 01:37:15 +02:00
requirements.txt fix missing requirements and add test caller 2024-05-21 05:52:45 +02:00
setup.sh added publication stuff 2024-05-30 01:37:15 +02:00

PyAlibert

Parses elegantly and precisely.

Description

PyAlibert is a fully typed parser combinator library written in python.

Strongly inspired by parsy and chumsky.

Usage

You might be interested by the example folder for demonstrations of the API.