Added package honeycomb (#2101)

This commit is contained in:
Katrina Grace 2021-12-29 11:11:11 -07:00 committed by GitHub
parent abd42dc9fe
commit 594a3f0d63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24627,6 +24627,19 @@
"license": "MIT",
"web": "https://github.com/stscoundrel/ogham-nim"
},
{
"name": "honeycomb",
"url": "https://github.com/KatrinaKitten/honeycomb",
"method": "git",
"tags": [
"parsing",
"parser-combinator",
"parser"
],
"description": "A dead simple, no-nonsense parser combinator library written in pure Nim.",
"license": "MPL-2.0",
"web": "https://github.com/KatrinaKitten/honeycomb"
},
{
"name": "preprod",
"url": "https://github.com/j-a-s-d/preprod",