Added grammarian library. (#2581)

Co-authored-by: olmeca <scm@olmeca.nl>
This commit is contained in:
Rudi Angela
2023-05-03 16:14:59 +08:00
committed by GitHub
co-authored by olmeca
parent e189595c87
commit 308eb8ae4b
+11
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"
}
]