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" } ]