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 905bc42e52 Revert "don't export xexpr?"
This reverts commit 83a0a8c5a1.
9 years ago
txexpr Revert "don't export xexpr?" 9 years ago
typed 6.0 candidate 9 years ago
.gitignore Revert "repackage for compatability with v.5.3.x" 10 years ago
.travis.yml Enlarge build matrix 9 years ago
LICENSE Initial commit 10 years ago
README.md add travis 9 years ago
info.rkt this might work 9 years ago

README.md

txexpr Build Status

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

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.