Added grammarian library. (#2581)

Co-authored-by: olmeca <scm@olmeca.nl>
This commit is contained in:
Rudi Angela 2023-05-03 10:14:59 +02:00 committed by GitHub
parent e189595c87
commit 308eb8ae4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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