add readme

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-21 07:57:54 +02:00
parent b6be039b5e
commit 6e35db16ba

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# 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.