Added package microparsec (#1945)

This commit is contained in:
Felipe S. S. Schneider 2021-06-25 01:43:37 -03:00 committed by GitHub
parent 3b988f4b64
commit 1110714c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",