dotlambda/README.md
2017-04-09 16:49:00 +02:00

946 B

Build Status, Coverage Status, Build Stats, Online Documentation. License: CC0 v1.0.

dotlambda

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.