dotlambda/README.md
2017-04-19 20:00:54 +02:00

1.0 KiB

Build Status, Coverage Status, Build Stats, Online Documentation. Maintained as of 2017, 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.