
Even though the link to the online docs will be broken for a few hours until the package server builds it!
9 lines
398 B
Markdown
9 lines
398 B
Markdown
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`.
|
|
|