All Projects → takenobu-hs → haskell-ghc-reading-guide

takenobu-hs / haskell-ghc-reading-guide

Licence: other
Haskell GHC reading guide

Labels

Projects that are alternatives of or similar to haskell-ghc-reading-guide

Haskell Symbol Search Cheatsheet
Haskell/GHC symbol search cheatsheet
Stars: ✭ 243 (+737.93%)
Mutual labels:  ghc
Pi-Pool
Cardano Stakepool on Raspberry Pi
Stars: ✭ 204 (+603.45%)
Mutual labels:  ghc
ghci-hexcalc
Haskell/GHCi as a Hex-Calculator interactive
Stars: ✭ 24 (-17.24%)
Mutual labels:  ghc
vabal
cabal in Valle
Stars: ✭ 43 (+48.28%)
Mutual labels:  ghc
stm
Software Transactional Memory
Stars: ✭ 74 (+155.17%)
Mutual labels:  ghc
the-thoralf-plugin
This a type-checker plugin to rule all type checker plugins involving type-equality reasoning using smt solvers.
Stars: ✭ 22 (-24.14%)
Mutual labels:  ghc
Haskell Ghc Illustrated
haskell ghc-illustrated
Stars: ✭ 218 (+651.72%)
Mutual labels:  ghc
haskell-code-spot
Visual tool to spot odd runtime behaviour of Haskell programs.
Stars: ✭ 106 (+265.52%)
Mutual labels:  ghc
ghc-stack
Hacking GHC's Stack for Fun and Profit (featuring The Glorious Haskell Debugger v0.0.1 Pre-alpha)
Stars: ✭ 69 (+137.93%)
Mutual labels:  ghc
ghcide-nix
Nix installation for ghcide
Stars: ✭ 76 (+162.07%)
Mutual labels:  ghc
smuggler2
Minimise haskell imports, make exports explicit
Stars: ✭ 18 (-37.93%)
Mutual labels:  ghc
haskell-hot-swap
Hot swapping compiled code while keeping a websocket connection open
Stars: ✭ 24 (-17.24%)
Mutual labels:  ghc
ghc-alt-libc
GHC compiled against musl & uClibc
Stars: ✭ 41 (+41.38%)
Mutual labels:  ghc
Ghcup
DEPRECATED IN FAVOR OF haskell/ghcup-hs
Stars: ✭ 249 (+758.62%)
Mutual labels:  ghc
htoml
TOML file format parser in Haskell
Stars: ✭ 39 (+34.48%)
Mutual labels:  ghc
Haskell Ide Engine
The engine for haskell ide-integration. Not an IDE
Stars: ✭ 2,433 (+8289.66%)
Mutual labels:  ghc
stupid-computer
A understandable Haskell tracer.
Stars: ✭ 13 (-55.17%)
Mutual labels:  ghc
ghc-whole-program-compiler-project
GHC Whole Program Compiler and External STG IR tooling
Stars: ✭ 89 (+206.9%)
Mutual labels:  ghc
cdetect
🔬 Detect which compiler and compiler version a Linux executable (in the ELF format) was compiled with
Stars: ✭ 23 (-20.69%)
Mutual labels:  ghc
what-it-do
Automatically trace all (showable) binds in do expressions
Stars: ✭ 81 (+179.31%)
Mutual labels:  ghc

GHC Reading Guide

This is a reading guide to the GHC (Glasgow Haskell Compiler) souce code.

Here is haskell_ghc_reading_guide.pdf.

Contents

  • Introduction

  • Compiler

    • Compilation pipeline
    • Each pipeline stages
    • Intermediate language syntax
    • Call graph
  • (Runtime system)

  • (Libraries)

  • Appendix

  • References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].