From 6e35db16ba7ade9fef7492dc3d8fb3a7bcfd271b Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Tue, 21 May 2024 07:57:54 +0200 Subject: [PATCH] add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7d2e402 --- /dev/null +++ b/README.md @@ -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.