Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 452 Bytes

HACKING.adoc

File metadata and controls

9 lines (7 loc) · 452 Bytes
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.