Racket library which splits dotted identifiers like a.b.c, also supports λ.(code) syntax
Go to file
2017-04-26 01:31:43 +02:00
dotlambda Better unhygienic version 2017-04-26 01:31:43 +02:00
typed WIP on unhygienic / chain-able version 2017-04-24 23:38:24 +02:00
.gitignore Made separate typed/dotlambda and dotlambda languages. 2017-04-09 16:28:17 +02:00
.travis.yml Skip doc-coverage on 6.3, as it is not compatible with 6.3 anymore 2017-04-19 14:42:53 +02:00
info.rkt Better unhygienic version 2017-04-26 01:31:43 +02:00
LICENSE-more.md Initial commit 2017-04-08 22:37:01 +02:00
LICENSE.txt Initial commit 2017-04-08 22:37:01 +02:00
README.md Added maintenance badge (2017) 2017-04-19 20:00:54 +02:00

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.