This library is part of the internal OCaml compiler API, and is not the language standard library. There are no compatibility guarantees between releases, so code written against these modules must be willing to depend on specific OCaml compiler versions.
Ast_helper | Helpers to produce Parsetree fragments |
Ast_invariants | Check AST invariants |
Ast_iterator |
|
Ast_mapper | The interface of a -ppx rewriter |
Asttypes | Auxiliary AST types used by parsetree and typedtree. |
Attr_helper | Helpers for attributes |
Builtin_attributes | Support for some of the builtin attributes |
CamlinternalMenhirLib | |
Depend | Module dependencies. |
Docstrings | Documentation comments |
Lexer | The lexical analyzer |
Location | Source code locations (ranges of positions), used in parsetree |
Longident | Long identifiers, used in parsetree. |
Parse | Entry points in the parser |
Parser | |
Parsetree | Abstract syntax tree produced by parsing |
Pprintast | Pretty-printers for |
Printast | Raw printer for |
Syntaxerr | Auxiliary type for reporting syntax errors |
Arg_helper | Decipher command line arguments of the form
<value> | <key>=<value> |
Binutils | |
Build_path_prefix_map | Rewrite paths for reproducible builds |
Ccomp | Compiling C files and building C libraries |
Clflags | Command line flags |
Config | System configuration |
Consistbl | Consistency tables: for checking consistency of module CRCs |
Domainstate | |
Identifiable | Uniform interface for common data structures over various things. |
Int_replace_polymorphic_compare | |
Load_path | Management of include directories. |
Local_store | This module provides some facilities for creating references (and hash tables) which can easily be snapshoted and restored to an arbitrary version. |
Misc | Miscellaneous useful types and functions |
Numbers | Modules about numbers, some of which satisfy |
Profile | Compiler performance recording |
Strongly_connected_components | Kosaraju's algorithm for strongly connected components. |
Targetint | Target processor-native integers. |
Terminfo | Basic interface to the terminfo database |
Warnings | Warning definitions |
Pparse | Driver for the parser and external preprocessors. |