commit 5d8afa4d052291dfc82a8464953566ff01578974
parent 45e6bf38bf1c007b654b2f7f3b1dc047b51f046b
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Thu, 26 Jan 2017 06:20:14 +0100
Filled in README file
Diffstat:
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,3 +1,17 @@
+[](https://travis-ci.org/jsmaniac/subtemplate)
+[](https://coveralls.io/github/jsmaniac/subtemplate)
+[](http://jsmaniac.github.io/travis-stats/#jsmaniac/subtemplate)
+[](http://docs.racket-lang.org/subtemplate/)
+[](https://creativecommons.org/publicdomain/zero/1.0/)
+
subtemplate
===========
-README text here.
+
+Automatic generation of temporary identifiers for racket syntax templates,
+based on subscripts indices on the identifiers (e.g. generate `yᵢ …` from `xᵢ
+…`).
+
+Note that the syntax pattern variables must be matched with one of the patched
+forms from `stxparse-info/parse` or `stxparse-info/case`, instead of the
+syntax pattern-matching forms from `syntax/parse` or `racket/base,
+respectively.
+\ No newline at end of file