Filled in README

This commit is contained in:
Georges Dupéron 2017-04-09 16:49:00 +02:00
parent e695af93a1
commit 3c4811fff6

View File

@ -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).