takenobu-hs / haskell-ghc-reading-guide

Haskell GHC reading guide

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Haskell GHC reading guide