13 lines
343 B
Markdown
13 lines
343 B
Markdown
# PyAlibert
|
|
|
|
Parses elegantly and precisely.
|
|
|
|
## Description
|
|
|
|
PyAlibert is a fully typed parser combinator library 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.
|