diff options
| author | Arne Döring <arne.doering@gmx.net> | 2018-04-18 12:43:09 +0200 |
|---|---|---|
| committer | Arne Döring <arne.doering@gmx.net> | 2018-04-18 12:43:09 +0200 |
| commit | 237c71ff7f23bec136221527816922472433458d (patch) | |
| tree | acd4a782e09094c5539a2b82b9ef2dcbf123247f | |
| parent | fe79eee063aea52b210aacf73ada2f63ccda12f0 (diff) | |
| download | packages-237c71ff7f23bec136221527816922472433458d.tar.gz packages-237c71ff7f23bec136221527816922472433458d.zip | |
Added package ast_pattern_matching
| -rw-r--r-- | packages.json | 13 |
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" } ] |
