An open API service indexing awesome lists of open source software.

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.

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`.