Merge pull request #705 from krux02/add-ast_pattern_matching1043
Add package ast_pattern_matching
This commit is contained in:
commit
b13d3e6162
1 changed files with 13 additions and 0 deletions
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue