Added package npeg (#1034)

This commit is contained in:
Ico Doornekamp 2019-03-19 18:50:25 +01:00 committed by Miran
parent 8306ca5c51
commit 7cadaf339c

View File

@ -12877,5 +12877,25 @@
"description": "HTML5 Tools for Nim, all Templates, No CSS, No Libs, No JS Framework",
"license": "MIT",
"web": "https://github.com/juancarlospaco/nim-html-tools"
},
{
"name": "npeg",
"url": "https://github.com/zevv/npeg",
"method": "git",
"tags": [
"PEG",
"parser",
"parsing",
"regexp",
"regular",
"grammar",
"lexer",
"lexing",
"pattern",
"matching"
],
"description": "a PEG library",
"license": "MIT",
"web": "https://github.com/zevv/npeg"
}
]