Added package ast_pattern_matching

This commit is contained in:
Arne Döring 2018-04-18 12:43:09 +02:00
parent fe79eee063
commit 237c71ff7f

View File

@ -8960,5 +8960,18 @@
"description": " Statically-typed quantity units.", "description": " Statically-typed quantity units.",
"license": "MIT", "license": "MIT",
"web": "https://github.com/Udiknedormin/NimUnits" "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"
} }
] ]