From 594a3f0d63bdeedb223a74a9d2b995e60d65d702 Mon Sep 17 00:00:00 2001 From: Katrina Grace Date: Wed, 29 Dec 2021 11:11:11 -0700 Subject: [PATCH] Added package honeycomb (#2101) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 1e2f6be..524afee 100644 --- a/packages.json +++ b/packages.json @@ -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",