- Parsetree and Asttypes
-
Parsetree is an Abstract Syntax Tree (AST) representation of OCaml source code. It is well annotated with examples and is a recommended read before any further exploration of the compiler.
- Location
-
This module contains utilities related to locations and error handling. In particular, it contains handlers that are used for all the error reporting in the compiler.
This repository was archived by the owner on Nov 12, 2020. It is now read-only.