Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 531 Bytes

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