Merge pull request #3491 from rektide/babel-template-quasiquotes

docs: babel-template is an implementation of quasiquotes.
This commit is contained in:
Logan Smyth
2016-04-30 14:20:13 -07:00

View File

@@ -2,6 +2,8 @@
> Generate an AST from a string template.
In computer science, this is known as an implementation of quasiquotes.
## Install
```sh