Merge pull request #1305 from loloiccl/mod-nimly-description

Update the description and tags of 'nimly'
This commit is contained in:
Andreas Rumpf 2020-01-08 00:29:09 +01:00 committed by GitHub
commit 5b897f4781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13173,14 +13173,16 @@
"url": "https://github.com/loloiccl/nimly",
"method": "git",
"tags": [
"BNF",
"EBNF",
"lexer",
"parser",
"lexer-generator",
"parser-generator"
"parser-generator",
"lex",
"yacc",
"BNF",
"EBNF"
],
"description": "A lexer generator and parser generator package work in Nim.",
"description": "Lexer Generator and Parser Generator as a library in Nim.",
"license": "GPL-3.0",
"web": "https://github.com/loloiccl/nimly"
},