From 0df8a281ec45ebfe5c8bd9a6a21c6a4a56209ed5 Mon Sep 17 00:00:00 2001 From: metagn Date: Sat, 1 Apr 2023 16:07:10 +0300 Subject: [PATCH] Add package nuance (#2558) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index d25a0ba..eedcb97 100644 --- a/packages.json +++ b/packages.json @@ -29712,6 +29712,18 @@ "license": "GNU GPLv3", "web": "https://github.com/HapticX/happyx" }, + { + "name": "nuance", + "url": "https://github.com/metagn/nuance", + "method": "git", + "tags": [ + "ast", + "compiler" + ], + "description": "nim untyped AST node generation at runtime with custom line info", + "license": "MIT", + "web": "https://github.com/metagn/nuance" + }, { "name":"jsonnet", "url":"https://github.com/thechampagne/jsonnet-nim",