diff options
| author | Andreas Rumpf <rumpf_a@web.de> | 2018-04-18 14:19:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-18 14:19:04 +0200 |
| commit | b13d3e616254af470f613b7c54944967cd8ea743 (patch) | |
| tree | acd4a782e09094c5539a2b82b9ef2dcbf123247f | |
| parent | fe79eee063aea52b210aacf73ada2f63ccda12f0 (diff) | |
| parent | 237c71ff7f23bec136221527816922472433458d (diff) | |
| download | packages-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.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" } ] |
