added publication stuff

This commit is contained in:
JOLIMAITRE Matthieu 2024-05-30 01:37:15 +02:00
parent a49b14c12c
commit 0f58f26bd4
8 changed files with 94 additions and 2 deletions

View file

@ -4,7 +4,9 @@ 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).
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