Merge pull request #652 from alehander42/master

Add breeze
This commit is contained in:
Dominik Picheta 2018-02-16 22:11:15 +00:00 committed by GitHub
commit 0e6785a9bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8115,5 +8115,18 @@
"description": "Additional control structures",
"license": "MIT",
"web": "http://htmlpreview.github.io/?https://github.com/TakeYourFreedom/Additional-Control-Structures-for-Nim/blob/master/controlStructures.html"
},
{
"name": "breeze",
"url": "https://github.com/alehander42/breeze",
"method": "git",
"tags": [
"dsl",
"macro",
"metaprogramming"
],
"description": "A dsl for writing macros in Nim",
"license": "MIT",
"web": "https://github.com/alehander42/breeze"
}
]