From 237c71ff7f23bec136221527816922472433458d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20D=C3=B6ring?= Date: Wed, 18 Apr 2018 12:43:09 +0200 Subject: [PATCH] Added package ast_pattern_matching --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index b93bceb..f9fba8e 100644 --- a/packages.json +++ b/packages.json @@ -8960,5 +8960,18 @@ "description": " Statically-typed quantity units.", "license": "MIT", "web": "https://github.com/Udiknedormin/NimUnits" + }, + { + "name": "ast_pattern_matching", + "url": "https://github.com/krux02/ast-pattern-matching", + "method": "git", + "tags": [ + "macros", + "pattern-matching", + "ast" + ], + "description": "a general ast pattern matching library with a focus on correctness and good error messages", + "license": "MIT", + "web": "https://github.com/krux02/ast-pattern-matching" } ]