Guile Bindings for Gumbo ======================== Guile bindings for the [Gumbo HTML5 parser](https://github.com/google/gumbo-parser/). Contains the Guile module `(sxml gumbo)`, which exports the single method `html->sxml`. Example: (html->sxml "Hello") ⇒ (*TOP* (html (head) (body "Hello"))) (html->sxml "