This is a reading guide to the GHC (Glasgow Haskell Compiler) souce code.
Here is haskell_ghc_reading_guide.pdf.
-
Introduction
-
Compiler
- Compilation pipeline
- Each pipeline stages
- Intermediate language syntax
- Call graph
-
(Runtime system)
-
(Libraries)
-
Appendix
-
References