https://github.com/willghatch/racket-udelim
Library/metalanguage for adding more parenthesis and string delimiters.
https://github.com/willghatch/racket-udelim
Last synced: 4 months ago
JSON representation
Library/metalanguage for adding more parenthesis and string delimiters.
- Host: GitHub
- URL: https://github.com/willghatch/racket-udelim
- Owner: willghatch
- License: other
- Created: 2016-09-21T23:40:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T17:26:43.000Z (over 3 years ago)
- Last Synced: 2026-01-19T08:24:31.880Z (5 months ago)
- Language: Racket
- Size: 39.1 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is Racket library for adding extra types of parethesis and new string delimiters,
for conveniently wrapping them for macro invocations, and for reading strings full of
alternative types of syntax.
Online documentation is [here](http://docs.racket-lang.org/udelim/index.html).
After installing with `raco pkg install udelim`, documentation
is available locally by running `raco docs udelim`.