You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
txexpr/README.md

252 B

tagged-xexpr

Convenience functions for working with HTML-style tagged X-expressions in Racket

Install from the command line like so:

raco pkg install tagged-xexpr

Then require it in your Racket file:

(require tagged-xexpr)