From 308eb8ae4b7063e75dcbaaec7f1b489ce1004105 Mon Sep 17 00:00:00 2001 From: Rudi Angela Date: Wed, 3 May 2023 10:14:59 +0200 Subject: [PATCH] Added grammarian library. (#2581) Co-authored-by: olmeca --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index a6fd133..7aa06ac 100644 --- a/packages.json +++ b/packages.json @@ -30017,5 +30017,16 @@ "description": "Cozy Task Pool for threaded concurrency based on tasks and channels.", "license": "GPL-2.0-or-later", "web": "https://github.com/indiscipline/cozytaskpool" + }, + { + "name": "grammarian", + "url": "https://github.com/olmeca/grammarian", + "method": "git", + "tags": [ + "peg", + "parsing" + ], + "description": "Wrapper around PEG library, enhancing PEG reusability.", + "license": "MIT" } ]