commit 6e476418d9bd49eea0015b0509abc761c52759a9 parent a9c8f48832e25ca1c2e67dbb3c9f3f4106e25cba Author: Georges Dupéron <georges.duperon@gmail.com> Date: Thu, 20 Oct 2016 00:59:12 +0200 Added badges to README Diffstat:
| M | README.md | | | 10 | +++++++++- |
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,3 +1,10 @@ +[](https://travis-ci.org/jsmaniac/auto-syntax-e) +[](https://coveralls.io/github/jsmaniac/auto-syntax-e) +[](http://jsmaniac.github.io/travis-stats/#jsmaniac/auto-syntax-e) +[](http://docs.racket-lang.org/auto-syntax-e/) + + auto-syntax-e ============= -README text here. + +For racket syntax pattern variables: instead of raising an error, `x` is roughly equivalent to `(syntax->datum #'x)`. +\ No newline at end of file