Racket library which splits dotted identifiers like a.b.c, also supports λ.(code) syntax
Go to file
2021-04-04 07:22:22 +01:00
dotlambda Changed my name :) 2021-03-04 20:37:34 +00: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 Turn off coverage in older versions 2021-03-05 04:11:11 +00:00
info.rkt Fixed syntax 2021-03-04 21:29:37 +00:00
LICENSE-more.md Changed my name :) 2021-03-04 20:37:34 +00:00
LICENSE.txt Initial commit 2017-04-08 22:37:01 +02:00
README.md Renamed main branch 2021-04-04 07:22:22 +01:00

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