Added the LRParser package (#2128)

This commit is contained in:
Antoine Delègue 2022-01-27 01:53:15 +01:00 committed by GitHub
parent 5df61daa7a
commit 47babd0c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,20 @@
[
{
"name": "lrparser",
"url": "https://github.com/vanyle/lrparser/",
"method": "git",
"tags":[
"parser",
"slr",
"grammar",
"lexer",
"tokenizer"
],
"description": "A SLR parser written in Nim with compile-time and run-time grammar generation.",
"license": "MIT",
"doc": "https://vanyle.github.io/lrparser/lrparser.html",
"web": "https://github.com/vanyle/lrparser/"
},
{
"name": "py2nim",
"url": "https://github.com/Niminem/Py2Nim",