Module Ocaml_parsing

module Ast_helper : sig ... end

Helpers to produce Parsetree fragments

module Ast_iterator : sig ... end

Ast_iterator.iterator enables AST inspection using open recursion. A typical mapper would be based on Ast_iterator.default_iterator, a trivial iterator, and will fall back on it for handling the syntax it does not modify.

module Ast_mapper : sig ... end

The interface of a -ppx rewriter

module Asttypes : sig ... end

Auxiliary AST types used by parsetree and typedtree.

module Attr_helper : sig ... end

Helpers for attributes

module Builtin_attributes : sig ... end

Support for the builtin attributes:

module Docstrings : sig ... end

Documentation comments

module Extend_helper : sig ... end
module Fake : sig ... end
module Language_extension : sig ... end

Language extensions provided by the Jane Street version of the OCaml compiler.

module Lexer : sig ... end
module Location : sig ... end

Source code locations (ranges of positions), used in parsetree.

module Location_aux : sig ... end
module Longident : sig ... end

Long identifiers, used in parsetree.

module Msupport_parsing : sig ... end
module Parser_types : sig ... end
module Parsetree : sig ... end

Abstract syntax tree produced by parsing

module Pprintast : sig ... end

Pretty-printers for Parsetree

module Printast : sig ... end

Raw printer for Parsetree

module Syntaxerr : sig ... end

Auxiliary type for reporting syntax errors