commit 3c4811fff6abad9c09b83b35729427362276712a parent e695af93a134b235b5feb5ee5f064546313fe25f Author: Georges Dupéron <georges.duperon@gmail.com> Date: Sun, 9 Apr 2017 16:49:00 +0200 Filled in README Diffstat:
| M | README.md | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -1,3 +1,12 @@ +[](https://travis-ci.org/jsmaniac/dotlambda) +[](https://codecov.io/gh/jsmaniac/dotlambda) +[](http://jsmaniac.github.io/travis-stats/#jsmaniac/dotlambda) +[](http://docs.racket-lang.org/dotlambda/) +[](https://creativecommons.org/publicdomain/zero/1.0/) + dotlambda ========= -README text here. + +Racket library which splits dotted identifiers like `a.b.c` into an expression starting with `#%dotted-id`. The semantics of `#%dotted-id` are customizable. + +Also supports `λ<arg>.(code)` syntax, as an alternative implementation to AlexKnauth's [#lang afl](https://github.com/AlexKnauth/afl). +\ No newline at end of file