add readme

Even though the link to the online docs will be broken for a few hours
until the package server builds it!
This commit is contained in:
William G Hatch 2016-09-21 17:53:43 -06:00
parent 0f07795c1b
commit cf8b64c2f1

8
README.md Normal file
View File

@ -0,0 +1,8 @@
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`.