pyalibert/README.md
2024-05-21 07:57:54 +02:00

11 lines
347 B
Markdown

# PyAlibert
Parses elegantly and precisely.
## Description
PyAlibert is a fully typed parser combinator library fully written in python strongly inspired by [parsy](https://github.com/python-parsy/parsy) and [chumsky](https://github.com/zesterer/chumsky).
## Usage
You might be interested by the example folder for demonstrations of the API.