From 5b93eab369d6f64e5ed76d0c1fc552691fef7e05 Mon Sep 17 00:00:00 2001 From: Code Hz Date: Fri, 22 Oct 2021 16:07:50 +0800 Subject: [PATCH] add dslutils (#2041) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index fe4e9d1..f504eb5 100644 --- a/packages.json +++ b/packages.json @@ -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" } ]