Convenience functions for working with X-expressions in Racket
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.
Go to file
Matthew Butterick cc1d609482 documentation updates 10 years ago
doc documentation updates 10 years ago
scribblings documentation updates 10 years ago
.gitignore update gitignore 10 years ago
LICENSE Initial commit 10 years ago
README.md documentation updates 10 years ago
info.rkt remove tests from precompile 10 years ago
main.rkt change txexpr->html to xexpr->html 10 years ago
tests.rkt add txexpr->html and validate-txexpr 10 years ago

README.md

txexpr

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

Install from the command line like so:

raco pkg install txexpr

Then require it in your Racket file:

(require txexpr)

Full docs are installed with the package. You can also read the docs here.