Popularity
7.1
Declining
Activity
0.0
Stable
13
7
5

Monthly Downloads: 22
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Development     GHC    

ghc-core-html alternatives and similar packages

Based on the "ghc" category.
Alternatively, view ghc-core-html alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ghc-core-html or a related project?

Add another 'ghc' Package

README

ghc-core-html

ghc-core-html makes core output that is easier to read by adding colors, filtering unnecessary information, adding clickable links, and foldable index and bindings.

This is similar to the ghc-core program, except that it's to use in a browser.

usage

Typical usage:

ghc-core-html Program.hs > my-output.html

Just like ghc-core you have the following options:

    --ghc <ghcprog>: specify which ghc to use (optional)

improving

Better CSS/HTML, improved Javascript, more core parsing, multiple pages, more popups: send your pull requests. don't be shy.