No description
Find a file
2024-05-21 07:57:54 +02:00
.vscode fix missing requirements and add test caller 2024-05-21 05:52:45 +02:00
examples add concat and examples 2024-05-21 07:27:23 +02:00
src/pyalibert adds much doc 2024-05-21 07:53:39 +02:00
tests fix missing requirements and add test caller 2024-05-21 05:52:45 +02:00
.gitignore init 2024-05-20 17:48:14 +02:00
README.md add readme 2024-05-21 07:57:54 +02:00
requirements.txt fix missing requirements and add test caller 2024-05-21 05:52:45 +02:00
setup.sh fix missing requirements and add test caller 2024-05-21 05:52:45 +02:00

PyAlibert

Parses elegantly and precisely.

Description

PyAlibert is a fully typed parser combinator library fully written in python strongly inspired by parsy and chumsky.

Usage

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