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.
-
ghc-source-gen
Library for generating Haskell source files and code fragments. -
ghc-events
Library and tool for parsing .eventlog files from GHC -
ghc-typelits-natnormalise
Normalise GHC.TypeLits.Nat equations -
ghc-typelits-extra
Extra type-level operations on GHC.TypeLits.Nat and a custom solver -
ghc-typelits-knownnat
Derive KnownNat constraints from other KnownNat constraints -
ghc-make
An alternative to ghc --make which supports parallel compilation of modules and runs faster when nothing needs compiling. -
ghc-datasize
ghc-datasize is a tool to determine the size of Haskell data structures in GHC's memory -
ghc-tags-plugin
Generate tags file for haskell modules (GHC) -
ghc-imported-from
For a given Haskell source file, determine where a symbol is imported from -
ghc-time-alloc-prof
Library for parsing GHC time and allocation profiling reports -
ghc-prof
Library for parsing GHC time and allocation profiling reports -
ghc-trace-events
ByteString/Text variants of Debug.Trace.traceEvent/traceMarker and binary event logging -
ghc-pkg-autofix
Simple utility to fix BROKEN package dependencies for cabal-install. -
ghc-srcspan-plugin
Generic GHC Plugin for annotating Haskell code with source location data.
Collect and Analyze Billions of Data Points in Real Time
Do you think we are missing an alternative of ghc-core-html or a related project?
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.