From 4af16774ceb05454e5e4bdf885b6ae6404e8b884 Mon Sep 17 00:00:00 2001 From: Jeroen van der Heijden Date: Fri, 18 Feb 2022 17:32:15 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ae7823..e1246c9 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ Python Left-Right Parser ======================== Pyleri is an easy-to-use parser created for [SiriDB](http://siridb.net/). We first used [lrparsing](http://lrparsing.sourceforge.net/doc/html/) and wrote [jsleri](https://github.com/cesbit/jsleri) for auto-completion and suggestions in our web console. Later we found small issues within the `lrparsing` module and also had difficulties keeping the language the same in all projects. That is when we decided to create Pyleri which can export a created grammar to JavaScript, C, Python, Go and Java. +Gabriele Tomassetti [wrote a tutorial](https://tomassetti.me/pyleri-tutorial/) about the pyleri library. + --------------------------------------- * [Related projects](#related-projects) * [Installation](#installation)