|
|
|
@ -2,3 +2,11 @@ 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)
|
|
|
|
|