Racket library which splits dotted identifiers like a.b.c, also supports λ.(code) syntax
Go to file
2017-04-17 21:20:45 +02:00
dotlambda Doc coverage 2017-04-09 17:35:54 +02:00
typed Made separate typed/dotlambda and dotlambda languages. 2017-04-09 16:28:17 +02:00
.gitignore Made separate typed/dotlambda and dotlambda languages. 2017-04-09 16:28:17 +02:00
.travis.yml Use official doc-coverage, now that PR #10 has been merged. 2017-04-17 21:20:45 +02:00
info.rkt Removed dependency on phc-toolkit by moving the fold-syntax implementation here. 2017-04-09 16:59:55 +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 Filled in README 2017-04-09 16:49:00 +02:00

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.