Filled in README
This commit is contained in:
parent
e695af93a1
commit
3c4811fff6
11
README.md
11
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).
|
Loading…
Reference in New Issue
Block a user