Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.17 KB

compiler.md

File metadata and controls

36 lines (27 loc) · 1.17 KB
tags
compiler

Compiler

The OCaml compiler is a complicated software artifact. Below is an attempt to document information that could not fit easily into the codebase, including relevant papers. Feel free to break this up into pages as the need arises.

Articles

Interesting Branches of the Compiler

Compiler Internals

Parser

ppx

Typechecker

Lambda

Pattern Matching

Flambda

Clambda

cmm

Register Coloring

assembly