diff --git a/README.md b/README.md index 8fd8434..1160669 100644 --- 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 `λ.(code)` syntax, as an alternative implementation to AlexKnauth's [#lang afl](https://github.com/AlexKnauth/afl). \ No newline at end of file