aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-04-18 14:19:04 +0200
committerGitHub <noreply@github.com>2018-04-18 14:19:04 +0200
commitb13d3e616254af470f613b7c54944967cd8ea743 (patch)
treeacd4a782e09094c5539a2b82b9ef2dcbf123247f
parentfe79eee063aea52b210aacf73ada2f63ccda12f0 (diff)
parent237c71ff7f23bec136221527816922472433458d (diff)
downloadpackages-b13d3e616254af470f613b7c54944967cd8ea743.tar.gz
packages-b13d3e616254af470f613b7c54944967cd8ea743.zip
Merge pull request #705 from krux02/add-ast_pattern_matching1043
Add package ast_pattern_matching
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]