11 lines
347 B
Markdown
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.
|