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 0841118014 Revert "add sugar dependency"
This reverts commit 12fa0e11f7.
9 years ago
scribblings add attrs-have-key? function 9 years ago
.gitignore update gitignore 9 years ago
LICENSE Initial commit 9 years ago
README.md Update README.md 9 years ago
info.rkt Revert "add sugar dependency" 9 years ago
main.rkt Revert "add sugar dependency" 9 years ago
tests.rkt add attrs-have-key? function 9 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.