From 1110714c8656f1e4a764d3d7b0d9d76a1584d8bf Mon Sep 17 00:00:00 2001 From: "Felipe S. S. Schneider" <37125+schneiderfelipe@users.noreply.github.com> Date: Fri, 25 Jun 2021 01:43:37 -0300 Subject: [PATCH] Added package microparsec (#1945) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index 888fcd3..457af62 100644 --- a/packages.json +++ b/packages.json @@ -23058,6 +23058,20 @@ "license": "MIT", "web": "https://github.com/niklaskorz/nim-exporttosqlite3" }, + { + "name": "microparsec", + "url": "https://github.com/schneiderfelipe/microparsec", + "method": "git", + "tags": [ + "parser-combinators", + "parser-library", + "microparsec", + "parsec" + ], + "description": "A performant Nim parsing library built for humans.", + "license": "MIT", + "web": "https://github.com/schneiderfelipe/microparsec" + }, { "name": "chain", "url": "https://github.com/khchen/chain",