package ansi-parse

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parse ANSI escape sequences into HTML

type color =
  1. | Black
  2. | Red
  3. | Green
  4. | Yellow
  5. | Blue
  6. | Magenta
  7. | Cyan
  8. | White
module Concrete : sig ... end

The Concrete module is concerned with converting between raw text and a "concrete" list representation of the items in the text.

module Abstract : sig ... end

This module translates concrete item lists into an abstract tree structure.

module Html : sig ... end

Backend for style trees -> HTML <pre> block