babel-template is an implementation of quasiquotes.

LISP, Haskell, Scala, Scheme, Boo respect this term for a string literal of code being interpretted into AST. Babel should clearly identify that it too has quasi-quotes capabilities.
This commit is contained in:
rektide 2016-04-30 17:08:08 -04:00
parent 83efecdc8d
commit cfb911de91

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