Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzannesoy/dotlambda
Racket library which splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax
https://github.com/suzannesoy/dotlambda
racket-library
Last synced: 23 days ago
JSON representation
Racket library which splits dotted identifiers like a.b.c, also supports λ<arg>.(code) syntax
- Host: GitHub
- URL: https://github.com/suzannesoy/dotlambda
- Owner: SuzanneSoy
- License: cc0-1.0
- Created: 2017-04-09T14:38:30.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2021-04-04T14:53:09.000Z (over 3 years ago)
- Last Synced: 2024-05-21T12:11:33.096Z (6 months ago)
- Topics: racket-library
- Language: Racket
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-more.md
Awesome Lists containing this project
README
[![Build Status,](https://img.shields.io/travis/jsmaniac/dotlambda/main.svg)](https://travis-ci.org/jsmaniac/dotlambda)
[![Coverage Status,](https://img.shields.io/codecov/c/github/jsmaniac/dotlambda/main.svg)](https://codecov.io/gh/jsmaniac/dotlambda)
[![Build Stats,](https://img.shields.io/badge/build-stats-blue.svg)](http://jsmaniac.github.io/travis-stats/#jsmaniac/dotlambda)
[![Online Documentation.](https://img.shields.io/badge/docs-online-blue.svg)](http://docs.racket-lang.org/dotlambda/)
[![Maintained as of 2018,](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/jsmaniac/dotlambda/issues)
[![License: CC0 v1.0.](https://img.shields.io/badge/license-CC0-blue.svg)](https://creativecommons.org/publicdomain/zero/1.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 `λ.(code)` syntax, as an alternative implementation to AlexKnauth's [#lang afl](https://github.com/AlexKnauth/afl).