www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

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:
MREADME.md | 12+++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,3 +1,12 @@ +[![Build Status,](https://img.shields.io/travis/jsmaniac/dotlambda/master.svg)](https://travis-ci.org/jsmaniac/dotlambda) +[![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/dotlambda/master.svg)](https://codecov.io/gh/jsmaniac/dotlambda) +[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/dotlambda) +[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/dotlambda/) +[![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](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