add dslutils (#2041)

This commit is contained in:
Code Hz 2021-10-22 16:07:50 +08:00 committed by GitHub
parent a05029e1c8
commit 5b93eab369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24013,5 +24013,18 @@
"description": "make anything async [to be honest, fake async]",
"license": "MIT",
"web": "https://github.com/hamidb80/asyncanything"
},
{
"name": "dslutils",
"url": "https://github.com/codehz/dslutils",
"method": "git",
"tags": [
"dsl",
"macro",
"pattern"
],
"description": "A macro collection for creating DSL in nim",
"license": "MIT",
"web": "https://github.com/codehz/dslutils"
}
]