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
Alex Knauth b80218b1b6 add documentation for txexpr as a match pattern (#10)
* add documentation for txexpr as a match pattern
* docs: require racket/match for examples
5 years ago
txexpr add documentation for txexpr as a match pattern (#10) 5 years ago
.gitignore Add txexpr/stx module (#5) 6 years ago
.travis.yml make txexpr a match-expander (#8 that fixes #7) 5 years ago
LGPL.txt adjust license 8 years ago
LICENSE adjust license 8 years ago
README.md remove typed/txexpr 9 years ago
info.rkt adjust info.rkt 8 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, in standard mode:

(require txexpr)

In safe mode (with contracts):

(require (submod txexpr safe))

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