Skip to content

HTML output and quick access runtimes

Compare
Choose a tag to compare
@lukstafi lukstafi released this 14 Dec 14:51
· 328 commits to main since this release

Delayed release because I wanted to also release to the opam repository, but now I want to fix #9 first.

In this release:

  • Collapsible-tree HTML output via PrintBox, with even some sexps converted to PrintBox trees.
  • Entry points debug_html "filename.html" (as html to a file) and debug () (as PrintBox text to stdout) returning the debug runtime modules.
  • Closing debug entries on uncaught exceptions.